Ribbon.ShowQuickAccessToolBarOnTop Property
Gets or sets a value that indicates whether to show the Quick Access Toolbar above the Ribbon.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property ShowQuickAccessToolBarOnTop As Boolean
public bool ShowQuickAccessToolBarOnTop { get; set; }
public:
property bool ShowQuickAccessToolBarOnTop {
bool get ();
void set (bool value);
}
member ShowQuickAccessToolBarOnTop : bool with get, set
function get ShowQuickAccessToolBarOnTop () : boolean
function set ShowQuickAccessToolBarOnTop (value : boolean)
Property Value
Type: System.Boolean
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.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.