BaseDataListComponentEditor.GetInitialComponentEditorPageIndex 方法
定义
获取要在组件编辑器中显示的初始页面的索引。Gets the index of the initial page to display in the component editor.
protected:
override int GetInitialComponentEditorPageIndex();
protected override int GetInitialComponentEditorPageIndex ();
override this.GetInitialComponentEditorPageIndex : unit -> int
Protected Overrides Function GetInitialComponentEditorPageIndex () As Integer
返回
数组中初始页面的索引。The index of the initial page in the array.
注解
初始页面在创建对象时指定 BaseDataListComponentEditor 。The initial page is specified when the BaseDataListComponentEditor object is created.