Vcl.RibbonActnCtrls.TQATScrollMode
Delphi
TQATScrollMode = (qsCustomize, qsMoreControls);
C++
enum DECLSPEC_DENUM TQATScrollMode : unsigned char { qsCustomize, qsMoreControls };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
Specifies which button should be displayed in the Quick Access Toolbar.
TQATScrollMode is used for the ScrollMode property. TQATScrollMode can take two values:
| Value | Meaning |
|---|---|
|
qsMoreControls |
In the Ribbon Quick Access Toolbar appears the button with the arrow pointing right (suggesting that there are more hidden actions). This happens, for example, when the window is resized to a width smaller than the Quick Access Toolbar's width. |
|
qsCustomize |
In the Ribbon Quick Access Toolbar appears the button with the arrow pointing down (suggesting that you can add more actions on the Quick Access Toolbar). |