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

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > MeasureTabEventArgs クラス : MeasureTabEventArgs コンストラクタ
測定に使用する Graphics オブジェクトを指定します。
測定する C1DockingTabPage オブジェクトです。
タブの幅です。
MeasureTabEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal page As C1DockingTabPage, _
   ByVal width As System.Integer _
)
public MeasureTabEventArgs( 
   System.Drawing.Graphics graphics,
   C1DockingTabPage page,
   System.int width
)

パラメータ

graphics
測定に使用する Graphics オブジェクトを指定します。
page
測定する C1DockingTabPage オブジェクトです。
width
タブの幅です。
参照

MeasureTabEventArgs クラス
MeasureTabEventArgs メンバ