TdxRibbonCustomBackstageView Class
In This Article
The base class for the TdxRibbonBackstageView class.
#Declaration
Delphi
TdxRibbonCustomBackstageView = class(
TcxControl,
IdxRibbonListener,
IdxRibbonBackstageViewSelectableItem,
IdxRibbonMouseWheelReceiver
)
#Remarks
Do not use this class directly. Use its descendant instead.
#Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxRibbonCustomBackstageView
See Also