バージョン

ResolveButtonAppearance メソッド (ISupportsActiveBorders)

解決されたButtonAppearanceを返します。
シンタックス
'宣言
 
Sub ResolveButtonAppearance( _
   ByRef appData As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal role As UIRole, _
   ByVal roleState As RoleState _
) 
void ResolveButtonAppearance( 
   ref AppearanceData appData,
   ref AppearancePropFlags requestedProps,
   UIRole role,
   RoleState roleState
)

パラメータ

appData
外観オブジェクトをマージする AppearanceData オブジェクト。
requestedProps
マージするプロパティを指定する AppearancePropFlags
role
ボタンの Infragistics.Win.AppStyling.UIRole
roleState
ボタンの Infragistics.Win.AppStyling.RoleState
参照