Ribbon.IsMinimized Property

Definition

Gets or sets a value that indicates whether the Ribbon is minimized.

C#
public bool IsMinimized { get; set; }

Property Value

true if the Ribbon is minimized; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

A user can minimize the ribbon by right-clicking the ribbon and selecting Minimize the Ribbon from the context menu. When the IsMinimized property is true, the Quick Access Toolbar, Application Menu, and tab headers are shown, but the tab contents are put in a drop-down and are not shown by default. When a user selects a tab header, the drop-down for the tab is opened and its contents are shown.

If the IsMinimized property is true, selecting or deselecting the tab header toggles the IsDropDownOpen property between true and false. If the IsMinimized property is false, the IsDropDownOpen property is also false.

Dependency Property Information

Item Value
Identifier field IsMinimizedProperty
Metadata properties set to true None

Applies to

Produkt Verzie
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also