バージョン

AdjustedButtonStyle(UIElementButtonStyle,Boolean) メソッド

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

パラメータ

buttonStyle
ButtonStyle
flat
境界線のスタイルをフラットにマップすべきかどうかを示すブール値(たとえばFlatModeがTrueまたは要素が出力されている場合)。

戻り値の型

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