IDesigner.Component Property

Definition

Gets the base component that this designer is designing.

public:
 property System::ComponentModel::IComponent ^ Component { System::ComponentModel::IComponent ^ get(); };
public System.ComponentModel.IComponent Component { get; }
member this.Component : System.ComponentModel.IComponent
Public ReadOnly Property Component As IComponent

Property Value

An IComponent indicating the base component that this designer is designing.

Applies to