Gets or sets the component this designer is designing.
[Visual Basic] Overridable Public ReadOnly Property Component As IComponent [C#] public IComponent Component {virtual get;} [C++] public: __property virtual IComponent* get_Component(); [JScript] public function get Component() : IComponent;
The component instance.
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner