HtmlElementCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item[Int32] | Gets an item from the collection by specifying its numerical index. |
![]() | Item[String^] | Gets an item from the collection by specifying its name. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the HtmlElementCollection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the collection. |
Show:


