Share via


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 속성입니다.

적용 대상