Ribbon.ShowQuickAccessToolBarOnTop Property

Definition

Gets or sets a value that indicates whether to show the Quick Access Toolbar above the Ribbon.

public:
 property bool ShowQuickAccessToolBarOnTop { bool get(); void set(bool value); };
public bool ShowQuickAccessToolBarOnTop { get; set; }
member this.ShowQuickAccessToolBarOnTop : bool with get, set
Public Property ShowQuickAccessToolBarOnTop As Boolean

Property Value

true if the Quick Access Toolbar is shown above the Ribbon; false if the Quick Access Toolbar is shown below the Ribbon. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field ShowQuickAccessToolBarOnTopProperty
Metadata properties set to true None

Applies to