バージョン

DrawOffice2010ButtonBorders(UIElementDrawParams,UIElementButtonState,Boolean) メソッド

Office2010 スタイルでボタンの境界線を描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawOffice2010ButtonBorders( _
   ByRef drawParams As UIElementDrawParams, _
   ByVal buttonState As UIElementButtonState, _
   ByVal enabled As Boolean _
) 
public static void DrawOffice2010ButtonBorders( 
   ref UIElementDrawParams drawParams,
   UIElementButtonState buttonState,
   bool enabled
)

パラメータ

drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
buttonState
ボタンの UIElementButtonState
enabled
System.Boolean を使用すると、ボタンが有効か無効かを確認できます。
参照