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