TdxRibbonCustomBackstageView.ShowMainMenu Property
In This Article
Switches the visibility of the main menu (the left pane in the Backstage View).
#Declaration
Delphi
property ShowMainMenu: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ShowMainMenu property to False to hide the main menu and display only the extra pane (the right pane).
The default value of the ShowMainMenu property is True.
See Also