ControlCollection Properties |
The ControlCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of objects in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns a control at the specified position.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|