ComponentDesigner.Inherited 属性

定义

获取一个值,该值指示是否继承此组件。

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

属性值

如果继承此组件,则为 true;否则为 false

适用于