Loads the component into the page UI. Each page must override this and implement its own custom behavior.
[Visual Basic] MustOverride Protected Sub LoadComponent() [C#] protected abstract void LoadComponent(); [C++] protected: virtual void LoadComponent() = 0; [JScript] protected abstract function LoadComponent();
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace