Click or drag to resize

ComponentSet Properties

The ComponentComponentSet type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of child components.
Public propertyIsReadOnly
Is the collection read only. Always returns false.
Public propertyIsSynchronized
Is the collection synchronized. Always returns false.
Public propertyItem
Finds a child component by path.
Public propertySyncRoot
Gets the object to be synchronized for multi-threaded operation.
Top
See Also