バージョン

ResolveAlertButtonAppearance(AppearanceData,AppearancePropFlags,ButtonUIState) メソッド

この UltraDesktopAlert で表示される UltraDesktopAlertButton インスタンスの一般的な外観を解決します。
シンタックス
'宣言
 
Public Overloads Sub ResolveAlertButtonAppearance( _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal state As ButtonUIState _
) 
public void ResolveAlertButtonAppearance( 
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   ButtonUIState state
)

パラメータ

appearance
外観データを含む Infragistics.Win.AppearanceData 構造への参照。
requestedProps
解決される値を含む外観プロパティを説明する Infragistics.Win.AppearancePropFlags 列挙体への参照。
state
押す、ホットトラック、またはノーマルなどのユーザー インターフェイスのボタン状態を説明する ButtonUIState 値の組み合わせ。
参照