Retrieves the component that is to be edited.
[Visual Basic] Protected Function GetSelectedComponent() As IComponent [C#] protected IComponent GetSelectedComponent(); [C++] protected: IComponent* GetSelectedComponent(); [JScript] protected function GetSelectedComponent() : IComponent;
The component that is being edited.
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace