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

適用対象