バージョン

ResolveButtonAppearance メソッド (TrackBarEmbeddableUIElement)

TrackBar のボタンの外観を解決します。
シンタックス
'宣言
 
Public Sub ResolveButtonAppearance( _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal buttonState As UIElementButtonState, _
   ByVal role As UIRole, _
   ByVal type As TrackBarButtonType _
) 
public void ResolveButtonAppearance( 
   ref AppearanceData appearance,
   ref AppearancePropFlags requestedProps,
   UIElementButtonState buttonState,
   UIRole role,
   TrackBarButtonType type
)

パラメータ

appearance
更新された外観情報を格納する構造体。
requestedProps
解決するプロパティを示すフラグ列挙体。
buttonState
ボタンの現在状態。
role
ボタンの UI ロールです。
type
解決するボタンのタイプ。
参照