ComponentDesigner.Inherited プロパティ

定義

コンポーネントが継承されているかどうかを示す値を取得します。

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

プロパティ値

コンポーネントが継承されている場合は true。それ以外の場合は false

適用対象