Click or drag to resize

KryptonContextMenuCollection Properties

The KryptonContextMenuCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in collection.
(Inherited from TypedCollectionT.)
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
(Inherited from TypedCollectionT.)
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from TypedCollectionT.)
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from TypedCollectionT.)
Public propertyItemInt32
Gets or sets the item at the specified index.
(Inherited from TypedCollectionT.)
Public propertyItemString
Gets the item with the provided unique name.
(Inherited from TypedCollectionT.)
Public propertyRestrictTypes
Gets an array of types that the collection is restricted to contain.
(Overrides TypedRestrictCollectionTRestrictTypes.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from TypedCollectionT.)
Top
See Also