System.Windows.Forms.HtmlElementCollection Members

The members of System.Windows.Forms.HtmlElementCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of elements in the collection.

[read-only]
default property
Item(int)HtmlElement. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)HtmlElement. Documentation for this section has not yet been entered.

Public Methods

GetElementsByName(string) : HtmlElementCollection

Gets a collection of elements by their name.

GetEnumerator() : IEnumerator

Returns an enumerator that iterates through a collection.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the elements of the collection to an Array, starting at a particular Array index.

[read-only]
ICollection.IsSynchronizedbool.

Gets a value indicating whether access to the System.Windows.Forms.HtmlElementCollection is synchronized (thread safe).

[read-only]
ICollection.SyncRootobject.

Gets an object that can be used to synchronize access to the collection.