バージョン

ResolveItemAppearance メソッド

値リストで個々の項目の外観を解決します。
シンタックス
'宣言
 
Sub ResolveItemAppearance( _
   ByVal itemIndex As Integer, _
   ByRef appData As AppearanceData, _
   ByRef flags As AppearancePropFlags, _
   ByVal componentRole As ComponentRole _
) 
void ResolveItemAppearance( 
   int itemIndex,
   ref AppearanceData appData,
   ref AppearancePropFlags flags,
   ComponentRole componentRole
)

パラメータ

itemIndex
外観を解決する項目のインデックス。
appData
解決された外観データを保存するAppearanceData構造体。
flags
解決するプロパティ。
componentRole
コンポーネント ロール。
参照