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 プロパティの値。

適用対象