Skip to main content

TdxRibbonCustomRadialMenu.Hide Method

Closes the radial menu.

Declaration

procedure Hide;

Remarks

Call this method to close the radial menu in any display mode.

In popup display mode, end-users can close a radial menu by doing one of the following:

  • Selecting the central button;

  • Executing a command;

  • Clicking or tapping outside the menu bounds.

In collapsible display mode, the only way to close a radial menu is to call its Hide method.

Handle the OnPopup, OnCloseUp, OnExpand, and OnCollapse events to track changes made to the menu’s visibility and expanded states.

See Also