Skip to main content

TdxCustomRibbon.OnMinimizedChanged Event

Enables you to respond to Ribbon minimization or restoration.

Declaration

property OnMinimizedChanged: TdxRibbonEvent read; write;

Remarks

Fires when the Ribbon passed as the Sender parameter is about to be minimized or restored using any of the following actions:

  • By double-clicking a Ribbon Tab (this feature is enabled if the Ribbon’s MinimizeOnTabDblClick property is True).

  • By selecting the Ribbon context menu‘s Minimize the Ribbon item.

  • By clicking the Minimize button, located on the Ribbon’s right side (this button is displayed if the Ribbon’s ShowMinimizeButton property is set to True and the Ribbon’s Style property is set to rs2019, rs2016, rs2016Tablet, rs2013, or rs2010).

  • By toggling the Ribbon’s ShowTabGroups option.

See Also