バージョン

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

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

パラメータ

drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
buttonState
ボタンの UIElementButtonState
enabled
ボタンが有効かどうかを取得または指定します。
corners
どの角が丸められるかを指定する列挙体。
解説

Office2007 リボン ボタンの境界は、外枠で特徴付けられます。これは、垂直のグラデーションと内枠で描画され、部分的に透過で背景色を変更します。境界色は、drawParams から取得されます。外側の色は、BorderColor および BorderColor2 で決定されます。BorderColor3DBase は内側の境界の色として使用されます。

参照