Version

UIElementsCollection Class Properties

For a list of all members of this type, see UIElementsCollection members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList)
Public PropertyCountGets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList)
Public PropertyItemHides the ArrayList's indexer so that the collection can expose a type safe indexer  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
See Also