Back to Devexpress

TdxRibbonCustomRadialMenu.Hide Method

vcl-dxribbonradialmenu-dot-tdxribboncustomradialmenu-2d9c7c13.md

latest1.7 KB
Original Source

TdxRibbonCustomRadialMenu.Hide Method

Closes the radial menu.

Declaration

delphi
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

TdxBarCustomPopupMenuComponent.PopupFromCursorPos

TdxRibbonCustomRadialMenu.Popup

TdxRibbonCustomRadialMenu.Show

TdxRibbonCustomRadialMenu Class

TdxRibbonCustomRadialMenu Members

dxRibbonRadialMenu Unit