在组合框子项集合中查找子项文本为指定文本的子项。

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

语法

C#
IComboBoxItem[] FindItemByText(
	string text
)

参数

text
Type: System..::.String
子项文本。

返回值

子项集合。

请参见