バージョン

ResolveAppearance(Object,AppearanceData,AppearancePropFlags,EmbeddableEditorArea,Boolean,String) メソッド

要素の外観を解決します。
シンタックス
'宣言
 
Public Overloads Overrides Function ResolveAppearance( _
   ByVal ownerContext As Object, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal area As Infragistics.Win.EmbeddableEditorArea, _
   ByVal hotTracking As Boolean, _
   ByVal customArea As String _
) As Boolean
public override bool ResolveAppearance( 
   object ownerContext,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   Infragistics.Win.EmbeddableEditorArea area,
   bool hotTracking,
   string customArea
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
appearance
初期化する外観構造。
requestedProps
解決する Appearance プロパティ。
area
外観が適用される埋め込み要素の領域を記述する列挙体
hotTracking
オーナーが 'HotTrackingAppearance' を適用する必要があるかどうかを示すブール値
customArea
解決する外観を示す文字列。'area' パラメーターが Custom に設定されているときに限って適用可能です。

戻り値の型

オーナーが名前が付けられた外観を認識してサポートする場合はTrue。
参照