言語

StyleBase.IsCustomControl プロパティ

定義

コントロールがカスタムコントロールかどうかを示す値を取得または設定します。

protected:
 property bool IsCustomControl { bool get(); };
protected bool IsCustomControl { get; }
member this.IsCustomControl : bool
Protected ReadOnly Property IsCustomControl As Boolean

プロパティ値

true もしコントロールがカスタムコントロールであれば、それ以外は false

適用対象