バージョン

DrawOffice2013ButtonBorders(UIElementDrawParams,UIElementButtonState,Boolean,Corners) メソッド

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

パラメータ

drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
buttonState
ボタンの UIElementButtonState
enabled
ボタンが有効かどうかを指定するブール値。
corners
どの角が丸められるかを指定する列挙体。
参照