RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Ribbon.TQuickAccessToolbar.TQATPosition Enumeration

Position of Quick Access Toolbar.

Pascal
TQATPosition = (
  qpTop,
  qpBottom
);
C++
enum TQATPosition {
  qpTop,
  qpBottom
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!