次の方法で共有


StyleBase.IsCustomControl プロパティ

定義

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

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

プロパティ値

コントロールがカスタム コントロールである場合は true、それ以外の場合は false

適用対象