バージョン

ResolveButtonAppearance メソッド

ボタンのコントロール レベルの外観を解決します。注: これにはアプリケーション スタイルまたは情報を含みません。
シンタックス
'宣言
 
Sub ResolveButtonAppearance( _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal buttonState As Infragistics.Win.UIElementButtonState _
) 
void ResolveButtonAppearance( 
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   Infragistics.Win.UIElementButtonState buttonState
)

パラメータ

appearance
更新する Appearance 構造体
requestedProps
解決する外観のプロパティ。
buttonState
ボタンの状態。
参照