バージョン

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

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

パラメータ

buttonStyle
UIElementButtonStyle
buttonState
ボタンの状態。
sides
描画される辺
rect
境界線の四角形。
clipRect
この四角形の外側には何も描画されません。
参照