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

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > DrawArrowEventArgs クラス : DrawArrowEventArgs コンストラクタ
描画するグラフィックオブジェクトです。
矢印ボタンの境界四角形です。
ボタンが有効にされたことを示す値を取得します。
ボタンが押されたことを示す値を取得します。
アップボタンを描画するかどうかを示します。
ユーザーが描画を完了したかどうかを示すフラグです。
DrawArrowEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal enabled As System.Boolean, _
   ByVal pressed As System.Boolean, _
   ByVal up As System.Boolean, _
   ByVal done As System.Boolean _
)
public DrawArrowEventArgs( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle bounds,
   System.bool enabled,
   System.bool pressed,
   System.bool up,
   System.bool done
)

パラメータ

graphics
描画するグラフィックオブジェクトです。
bounds
矢印ボタンの境界四角形です。
enabled
ボタンが有効にされたことを示す値を取得します。
pressed
ボタンが押されたことを示す値を取得します。
up
アップボタンを描画するかどうかを示します。
done
ユーザーが描画を完了したかどうかを示すフラグです。
参照

DrawArrowEventArgs クラス
DrawArrowEventArgs メンバ