Menus and Toolbars for WinForms
LayoutLinkEventArgs コンストラクタ

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

パラメータ

link
レイアウトのコマンドリンクを指定します。
bounds
コマンドリンクの境界四角形です。
textrect
テキスト四角形レイアウトです。
imagerect
画像四角形レイアウトです。
controllocation
ネストされたコントロールの場所。
参照

LayoutLinkEventArgs クラス
LayoutLinkEventArgs メンバ