TdxRibbonRadialMenu Members
A radial menu.Constructors
| Name | Description |
|---|---|
| Create(TComponent) | Initializes a new instance of the TdxBarCustomPopupComponent class with specified settings. Inherited from TdxBarCustomPopupComponent. |
Properties
| Name | Description |
|---|---|
| BarManager | Provides access to the bar manager to which the component belongs. Inherited from TdxBarComponent. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| Enabled protected | Specifies if the bar component is enabled. Inherited from TdxBarComponent. |
| Font | Specifies the popup menu’s font. Inherited from TdxBarCustomPopupMenuComponent. |
| Glyph | Specifies the icon for the radial menu’s central button. Inherited from TdxRibbonCustomRadialMenu. |
| Images | Specifies an image list that contains images for standard size (16 by 16 pixels) bar item controls or enlarged standard size buttons, located in the popup component. Inherited from TdxBarCustomPopupComponent. |
| ItemLinks | Specifies the item link collection. Inherited from TdxBarCustomPopupComponent. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| Ribbon | Specifies the Ribbon linked to the radial menu. Inherited from TdxRibbonCustomRadialMenu. |
| Tag | Inherited from TComponent. |
| UseOwnFont | Specifies the font used to draw the popup menu. Inherited from TdxBarCustomPopupMenuComponent. |
| VCLComObject | Inherited from TComponent. |
| Visible protected | Specifies the bar component’s visibility state in the parent bar manager at runtime. Inherited from TdxBarComponent. |
Methods
Events
| Name | Description |
|---|---|
| OnCloseUp | Enables you to respond to closing the radial menu. Inherited from TdxRibbonCustomRadialMenu. |
| OnCollapse | Enables you to respond to collapsing the radial menu. Inherited from TdxRibbonCustomRadialMenu. |
| OnExpand | Enables you to respond to expanding the radial menu. Inherited from TdxRibbonCustomRadialMenu. |
| OnPopup | Enables you to respond to displaying the radial menu on screen. Inherited from TdxRibbonCustomRadialMenu. |
See Also