TdxRibbonGalleryGroupItem.Enabled Property
Specifies whether a gallery item responds to user actions.
Declaration
property Enabled; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to prohibit a gallery item from being clicked, selected or highlighted. Assigning a disabled action to a gallery item’s Action property automatically disables this item. To disable all items within a gallery, set its Enabled property to False, or assign a disabled action to the gallery’s Action property.
Note
Selected items that are currently disabled cannot be deselected.
The default value of the Enabled property is True.
See Also