获取指定索引的子窗体。

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

语法

C#
IForm Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
指定的子窗体的索引。

返回值

返回指定索引的子窗体。

请参见