TdxRibbonBackstageView Events
The Ribbon Application Menu in Office 2019, Office 2016, Office 2016 Tablet, Office 2013, and Office 2010 style Ribbon controls.Name | Description |
---|---|
OnAlignInsertBefore | Inherited from TWinControl. |
OnAlignPosition | Inherited from TWinControl. |
OnCanClose | Enables you to prohibit end-users from closing the menu. Inherited from TdxRibbonCustomBackstageView. |
OnCanResize | Inherited from TControl. |
OnClick | Inherited from TControl. |
OnCloseUp | Enables you to perform specific actions before the menu is closed. Inherited from TdxRibbonCustomBackstageView. |
OnConstrainedResize | Inherited from TControl. |
OnContextPopup | Inherited from TControl. |
OnDblClick | Inherited from TControl. |
OnDockDrop | Inherited from TWinControl. |
OnDockOver | Inherited from TWinControl. |
OnDragDrop | Inherited from TControl. |
OnDragOver | Inherited from TControl. |
OnEndDock | Inherited from TControl. |
OnEndDrag | Inherited from TControl. |
OnEnter | Inherited from TWinControl. |
OnExit | Inherited from TWinControl. |
OnFocusChanged protected | Inherited from TcxControl. |
OnGesture | Inherited from TControl. |
OnGetSiteInfo | Inherited from TWinControl. |
OnKeyDown | Inherited from TWinControl. |
OnKeyPress | Inherited from TWinControl. |
OnKeyUp | Inherited from TWinControl. |
OnMouseActivate | Inherited from TControl. |
OnMouseDown | Inherited from TControl. |
OnMouseEnter protected | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
OnMouseLeave protected | Occurs when the mouse pointer leaves the control. Inherited from TcxControl. |
OnMouseMove | Inherited from TControl. |
OnMouseUp | Inherited from TControl. |
OnMouseWheel | Inherited from TControl. |
OnMouseWheelDown | Inherited from TControl. |
OnMouseWheelUp | Inherited from TControl. |
OnPopup | Enables you to perform specific actions before the menu is displayed on-screen. Inherited from TdxRibbonCustomBackstageView. |
OnResize | Inherited from TControl. |
OnStartDock | Inherited from TControl. |
OnStartDrag | Inherited from TControl. |
OnTabChanged | Enables you to perform specific actions after a tab has been selected. Inherited from TdxRibbonCustomBackstageView. |
OnTabChanging | Enables you to prevent tab selection. Inherited from TdxRibbonCustomBackstageView. |
OnTabClick | Enables you to respond to end-user tab selection. Inherited from TdxRibbonCustomBackstageView. |
OnUnDock | Inherited from TWinControl. |
See Also