Click or drag to resize

ButtonSpecCollectionT Properties

The ButtonSpecCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of button specs in collection.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIsFixedSize Gets a value indicating whether the collection has a fixed size.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyIsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItemInt32 Gets or sets the button spec at the specified index.
Public propertyItemString Gets the button spec with the provided unique name.
Public propertyOwner Gets and sets the owner of the collection.
(Inherited from ButtonSpecCollectionBase)
Public propertySyncRoot Gets an object that can be used to synchronize access to the collection.
Top
See Also