バージョン

ResolveAppearance(Int32,AppearanceData,AppearancePropFlags,Boolean,Boolean) メソッド

ツールの外観を解決します。
シンタックス
'宣言
 
Public Overloads Sub ResolveAppearance( _
   ByVal listItemIndex As Integer, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal drawAsActive As Boolean, _
   ByVal drawAsPressed As Boolean _
) 
public void ResolveAppearance( 
   int listItemIndex,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   bool drawAsActive,
   bool drawAsPressed
)

パラメータ

listItemIndex
解決する項目の0から始まるインデックス。
appearance
外観設定を格納する構造体。
requestedProps
要求された外観プロパティを示すビットフラグ。
drawAsActive
マウスがその上にあるかのようにツールを解決する場合はTrue。
drawAsPressed
ツールが押されたかのようにツールを解決する場合はTrue。
参照