Vcl.Ribbon.TQuickAccessToolbar.TogglePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TogglePosition;

C++

void __fastcall TogglePosition();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TQuickAccessToolbar

Description

Toggles the Quick Access Toolbar's position from the top to the bottom of the ribbon or vice-versa.

You can change the Position of the TQuickAccessToolbar by right-clicking the ribbon and choosing Show Quick Access Toolbar Below the Ribbon when the TQuickAccessToolbar is on the top of the ribbon. For the inverse operation, choose Show Quick Access Toolbar Above the Ribbon.

See Also