TdxCustomRibbonBackstageViewGalleryControl.OnItemClick Event
In This Article
Enables you to respond to clicking/right-clicking an item within the Ribbon Backstage View gallery.
#Declaration
Delphi
property OnItemClick: TdxRibbonBackstageViewGalleryControlItemEvent read; write;
#Remarks
Sender specifies the Ribbon Backstage View gallery whose item is clicked/right-clicked.
AItem provides access to the item whose checked state is switched in response to the click/right-click. Refer to the OptionsBehavior.ItemCheckMode property description to learn about the modes affecting state changes.
Note
The On
See Also