HtmlWindowCollection 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] | Retrieves a frame window by supplying the frame's position in the collection. |
![]() | Item[String^] | Retrieves a frame window by supplying the frame's name. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the collection 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:


