根据指定的子项的名称,获取组合框的子项集合中的子项。

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

语法

C#
IComboBoxItem Item[
	string name
] { get; }

参数

name
Type: System..::.String
指定的组合框的子项集合中子项的名称。

返回值

组合框的子项集合中的子项。

请参见