Click or drag to resize

ComboItemCollection Class

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

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
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