根据指定的子项的文本,向组合框的子项列表中添加新的子项。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
IComboBoxItem Add( string text ) |
参数
- text
- Type: System..::.String
指定的要添加到组合框的子项列表中的子项的文本,即组合框子项所显示的文本。
SuperMap iDesktop 10i(2020) 联机帮助 |
IComboBoxItemCollection..::.Add 方法 (String) |
IComboBoxItemCollection 接口 请参见 发送反馈 |
C# |
---|
IComboBoxItem Add( string text ) |