バージョン

ResolveAppearance(AppearanceData,AppearancePropFlags,RoleState,AppearancePropFlags) メソッド

ロールの外観を解決します。
シンタックス
'宣言
 
Public Overloads Sub ResolveAppearance( _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal state As RoleState, _
   ByVal filterProps As AppearancePropFlags _
) 
public void ResolveAppearance( 
   ref AppearanceData appearance,
   ref AppearancePropFlags requestedProps,
   RoleState state,
   AppearancePropFlags filterProps
)

パラメータ

appearance
更新する Appearance 構造体
requestedProps
解決する外観のプロパティ。
state
解決される状態を示す列挙体
filterProps
ビットがこのパラメーターに設定されるプロパティを解決だけしようとします
参照