バージョン

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

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

パラメータ

ownerContext
要素を示すコンテキスト
appearance
更新する Appearance 構造体
requestedProps
解決する外観のプロパティ。
area
外観が要求されている領域
hotTracking
マウスが要素の上にある場合True
customArea
描画するカスタム領域を記述する文字列 ? 領域がCustomの場合に限り使用

戻り値の型

指定された外観が解決された場合True
参照