Click or drag to resize

FormFixedButtonSpecCollection Properties

The KryptonFormFormFixedButtonSpecCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of button specs in collection.
(Inherited from ButtonSpecCollectionT.)
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.
(Inherited from ButtonSpecCollectionT.)
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from ButtonSpecCollectionT.)
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from ButtonSpecCollectionT.)
Public propertyItemInt32
Gets or sets the button spec at the specified index.
(Inherited from ButtonSpecCollectionT.)
Public propertyItemString
Gets the button spec with the provided unique name.
(Inherited from ButtonSpecCollectionT.)
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.
(Inherited from ButtonSpecCollectionT.)
Top
See Also