根据指定的参数来构造一个新的 ComboBoxItem 对象。

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

语法

C#
public ComboBoxItem(
	Object data,
	string name
)

参数

data
Type: System..::.Object
与 ComboBoxItem 关联的数据对象。
name
Type: System..::.String
ComboBoxItem 子项名称。

请参见