返回用户文档首页
Inheritance Hierarchy Namespace: LoongCAD.UIAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic class KeyValueComboBox : ComboBox,
IParamCtrl, IPlaceholderCtrl, ITabOrderCtrl
The KeyValueComboBox type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | AddItem(Object) | |
 | AddItem(Object, Object) | |
 | AddItem(Object, Object, Object) | |
 | AddItems | |
 | ClearItems | |
 | ClearParameter | |
 | ClearPlaceholder | |
 | ContainsKey | |
 | GetParameter | |
 | GetParameter(ListControl, Boolean) | |
 | InsertItem(Int32, Object) | |
 | InsertItem(Int32, Object, Object) | |
 | InsertItem(Int32, Object, Object, Object) | |
 | LoadItems(ComboItem) | |
 | LoadItems(Object) | |
 | LoadItems(Type, String) | |
 | RemoveItem | |
 | SetItemText | |
 | SetParameter | |
 | UpdateItems | |
Top
See Also