Vcl.Ribbon.TQuickAccessToolbar.TQATPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TQATPosition = (qpTop, qpBottom);

C++

enum DECLSPEC_DENUM TQATPosition : unsigned char { qpTop, qpBottom };

Properties

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

Description

Position of Quick Access Toolbar.

TQATPosition specifies the position of the Quick Access Toolbar. It can have one of the following values:



Value Meaning

qpTop

Quick Access Toolbar is positioned at the top of the ribbon.

gpBottom

Quick Access Toolbar is positioned at the base of the ribbon.



See Also