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!

BaseDataListComponentEditor.GetInitialComponentEditorPageIndex

Gets the index of the initial component editor page.

[Visual Basic]
Overrides Protected Function GetInitialComponentEditorPageIndex() As _
   Integer
[C#]
protected override int GetInitialComponentEditorPageIndex();
[C++]
protected: override int GetInitialComponentEditorPageIndex();
[JScript]
protected override function GetInitialComponentEditorPageIndex() :
   int;

Return Value

The index of the initial page.

See Also

BaseDataListComponentEditor Class | BaseDataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace