バージョン

DrawButtonBorders(UIElementButtonStyle,UIElementButtonState,Border3DSide,Rectangle,Rectangle,Boolean) メソッド

要素の周囲にボタンの境界線を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawButtonBorders( _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonState As UIElementButtonState, _
   ByVal sides As Border3DSide, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal isDefault As Boolean _
) 
public void DrawButtonBorders( 
   UIElementButtonStyle buttonStyle,
   UIElementButtonState buttonState,
   Border3DSide sides,
   Rectangle rect,
   Rectangle clipRect,
   bool isDefault
)

パラメータ

buttonStyle
UIElementButtonStyle
buttonState
ボタンの状態。
sides
描画される辺
rect
境界線の四角形。
clipRect
この四角形の外側には何も描画されません。
isDefault
ボタンがデフォルト ボタンの場合 True。これは追加の線をボタンの枠の周囲に描画します
参照