Window.ToggleRibbon Method

Definition

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.

Applies to