Represent a collection of [!:Spire.Doc.DropDownItem] objects.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class DropDownCollection : DocumentSerializableCollection
Public Class DropDownCollection Inherits DocumentSerializableCollection
public ref class DropDownCollection : public DocumentSerializableCollection
type DropDownCollection = class inherit DocumentSerializableCollection end
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| DropDownCollection(Document) |
Initializes a new instance of the DropDownCollection class.
| |
| Add(String) |
Adds the item.
| |
| Clear()()()() |
Clears this instance.
| |
| Count |
Gets the number of items in the collection.
(Inherited from CollectionEx.) | |
| CreateItem(IXDLSContentReader) | (Overrides DocumentSerializableCollection..::..CreateItem(IXDLSContentReader).) | |
| Document |
Gets the document.
(Inherited from OwnerHolder.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from CollectionEx.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTagItemName()()()() | (Overrides DocumentSerializableCollection..::..GetTagItemName()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Gets the [!:Spire.Doc.DropDownItem] at the specified index.
| |
| m_doc | (Inherited from OwnerHolder.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(Int32) |
Removes DropDownItems by index.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..CollectionEx
Spire.Doc.Documents.XML..::..DocumentSerializableCollection
Spire.Doc.Collections..::..DropDownCollection
Spire.Doc..::..OwnerHolder
Spire.Doc.Collections..::..CollectionEx
Spire.Doc.Documents.XML..::..DocumentSerializableCollection
Spire.Doc.Collections..::..DropDownCollection