获取集合中指定关键字的选项卡页(TabPage)。

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

语法

C#
ITabPage Item[
	string key
] { get; }

参数

key
Type: System..::.String
选项卡页在集合中的关键字。

返回值

选项卡页(TabPage)。

请参见