Click or drag to resize

ComboItemCollection Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListComboItem
    LoongCAD.STC.Dialog.UIControlsComboItemCollection

Namespace: LoongCAD.STC.Dialog.UIControls
Assembly: LoongCAD.STC.Dialog (in LoongCAD.STC.Dialog.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
[SerializableAttribute]
public class ComboItemCollection : List<ComboItem>, 
	ISerializable

The ComboItemCollection type exposes the following members.

Constructors
 NameDescription
Public methodComboItemCollectionInitializes a new instance of the ComboItemCollection class
Public methodComboItemCollection(SerializationInfo, StreamingContext)Initializes a new instance of the ComboItemCollection class
Top
See Also