Window.ToggleRibbon Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows or hides the ribbon.
public:
void ToggleRibbon();
public void ToggleRibbon ();
abstract member ToggleRibbon : unit -> unit
Public Sub ToggleRibbon ()
Remarks
If the ribbon is visible, the ToggleRibbon() method hides it; if the ribbon is hidden, the ToggleRibbon() method shows it.