根据指定的参数来构造一个新的 ComboBoxItem 对象。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public ComboBoxItem( Object data, string name, Image image ) |
参数
- data
- Type: System..::.Object
ComboBoxItem 关联的数据对象。
- name
- Type: System..::.String
ComboBoxItem 名称。
- image
- Type: System.Drawing..::.Image
ComboBoxItem 中要显示的图片。