LayoutLinkEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As C1CommandLink, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point _
)
public LayoutLinkEventArgs(
C1CommandLink ,
System.Drawing.Rectangle ,
System.Drawing.Rectangle ,
System.Drawing.Rectangle ,
System.Drawing.Point
)
パラメータ
- link
- レイアウトのコマンドリンクを指定します。
- bounds
- コマンドリンクの境界四角形です。
- textrect
- テキスト四角形レイアウトです。
- imagerect
- 画像四角形レイアウトです。
- controllocation
- ネストされたコントロールの場所。
参照