バージョン

AdjustedButtonStyle(UIElementButtonStyle,UIElement) メソッド

要素の状態(つまりIsPrint、FlatModeなど)に基づいてボタンのスタイルを返します。
シンタックス
'宣言
 
Public Overloads Shared Function AdjustedButtonStyle( _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal element As UIElement _
) As UIElementButtonStyle
public static UIElementButtonStyle AdjustedButtonStyle( 
   UIElementButtonStyle buttonStyle,
   UIElement element
)

パラメータ

buttonStyle
ButtonStyle
element
コントロールからのUIElement。

戻り値の型

要素の状態に基づいたUIElementButtonStyle。
参照