vcl-dxribbonradialmenu-d5bad1af.md
The base class for radial menus.
TdxRibbonCustomRadialMenu = class(
TdxBarCustomPopupMenuComponent
)
This class introduces the members that are specific to radial menus – all the main menu functionality is inherited from the ancestor class (TdxBarCustomPopupMenuComponent). Refer to its description to learn about this functionality.
The introduced members allow you to do the following:
Specify the icon for the radial menu’s central button (Glyph);
Link the radial menu to the Ribbon (Ribbon) to paint this menu using the currently applied Ribbon skin and color scheme accent settings;
Track changes made to the menu’s visibility and expanded states (OnPopup, OnCloseUp, OnExpand, and OnCollapse).
Do not create instances of the TdxRibbonCustomRadialMenu class. Use the derived TdxRibbonRadialMenu component instead.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarCustomPopupComponent TdxBarCustomPopupMenuComponent TdxRibbonCustomRadialMenu
See Also