RAD Studio VCL Reference
|
Position of Quick Access Toolbar.
TQATPosition = ( qpTop, qpBottom );
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!
|