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

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > DrawTabEventArgs クラス : DrawTabEventArgs コンストラクタ
描画するグラフィックオブジェクトです。
描画するタブページです。
タブの境界四角形です。
ユーザーが描画を完了したかどうかを示すフラグです。
DrawTabEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal page As C1DockingTabPage, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal done As System.Boolean _
)
public DrawTabEventArgs( 
   System.Drawing.Graphics graphics,
   C1DockingTabPage page,
   System.Drawing.Rectangle bounds,
   System.bool done
)

パラメータ

graphics
描画するグラフィックオブジェクトです。
page
描画するタブページです。
bounds
タブの境界四角形です。
done
ユーザーが描画を完了したかどうかを示すフラグです。
参照

DrawTabEventArgs クラス
DrawTabEventArgs メンバ