WinButtonCollection Class Properties
In This Topic
For a list of all members of this type, see WinButtonCollection members.
Public Properties
| Name | Description |
 | Count | Gets the number of WinButton controls in the collection. |
 | IsFixedSize | Gets a boolean value indicating whether the WinButtonCollection has a fixed size. |
 | IsReadOnly | Gets a boolean value indicating whether the WinButtonCollection is readonly. |
 | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
 | Item | Gets or sets the WinButton at the specified index. |
 | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
See Also