NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WinFormsComponentEditor.GetInitialComponentEditorPageIndex

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;

Return Value

The index of the page to be shown by default.

See Also

WinFormsComponentEditor Class | WinFormsComponentEditor Members | System.WinForms.Design Namespace