バージョン

HasContentAreaAppearance プロパティ

Infragistics.Win.AppearanceBase オブジェクトが作成されたかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public ReadOnly Property HasContentAreaAppearance As Boolean
public bool HasContentAreaAppearance {get;}

プロパティ値

ContentAreaAppearance プロパティの Appearance オブジェクトがすでに作成されている場合は True、作成されていない場合は False を返します。
解説

このプロパティを使用して、Infragistics.Win.AppearanceBase オブジェクトがすでに作成されているかどうか決定します。通常、Appearance オブジェクトは、そのオブジェクト自体に関連付けられたプロパティにアクセスされない限り、作成されません。

参照