ControlCollection Properties

The ControlCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of objects in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns a control at the specified position.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
See Also