Vcl.RibbonActnCtrls.TRibbonQATScrollButton.ScrollMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollMode: TQATScrollMode read FScrollMode write SetScrollMode;

C++

__property TQATScrollMode ScrollMode = {read=FScrollMode, write=SetScrollMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonQATScrollButton

Description

Specifies which button should be displayed.

ScrollMode specifies which button should be displayed. ScrollMode can take two values:


Value Meaning

qsMoreControls

In the Ribbon Quick Access Toolbar appears the button with the arrow pointing right (suggesting that more actions are hidden). This happens, for example, when the window is resized to a width less 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 to the toolbar).

See Also