在集合中的指定索引位置,插入一个选项卡页(TabPage)。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
void Insert(
	int index,
	ITabPage item
)

参数

index
Type: System..::.Int32
指定的索引位置。
item
Type: SuperMap.Desktop..::.ITabPage
待插入选项卡页(TabPage)。

请参见