ControlDesigner.InheritanceAttribute 属性

定义

获取设计器的 InheritanceAttribute

protected:
 virtual property System::ComponentModel::InheritanceAttribute ^ InheritanceAttribute { System::ComponentModel::InheritanceAttribute ^ get(); };
protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get; }
member this.InheritanceAttribute : System.ComponentModel.InheritanceAttribute
Protected Overrides ReadOnly Property InheritanceAttribute As InheritanceAttribute

属性值

如果设计器是根设计器,则为 Inherited;否则,为父设计器的 InheritanceAttribute 属性值。

适用于