ComponentDesigner.Inherited プロパティ

定義

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

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

プロパティ値

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

適用対象