在组合框的子项列表指定索引处插入指定的子项。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
void Insert( int index, IComboBoxItem item ) |
参数
- index
- Type: System..::.Int32
指定的要插入的位置(索引位置)。
- item
- Type: SuperMap.Desktop..::.IComboBoxItem
指定的要插入到组合框的子项列表中的子项。