Returns the index of the component editor page to be shown by default as the first active page. The default behavior is to display the fist page.
[Visual Basic] Overridable Protected Function GetInitialComponentEditorPageIndex() _ As Integer [C#] protected virtual int GetInitialComponentEditorPageIndex(); [C++] protected: virtual int GetInitialComponentEditorPageIndex(); [JScript] protected function GetInitialComponentEditorPageIndex() : int;
The index of the page to be shown by default.
WinFormsComponentEditor Class | WinFormsComponentEditor Members | System.WinForms.Design Namespace