OptionCollection Class
The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection
Inheritance Hierarchy
SystemObject
  Aspose.Html.FormsOptionCollection

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class OptionCollection : IEnumerable<OptionElement>, 
	IEnumerable

The OptionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of Option in the list.
Public propertyItem
Gets the OptionElement at the specified index.
Methods
  NameDescription
Public methodAdd
Add new option.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Remove the option from list.
Public methodToString (Inherited from Object.)
See Also