Vcl.Ribbon.TTabActiveScrollButton
Delphi
TTabActiveScrollButton = (asbNone, asbRight, asbLeft);
C++
enum DECLSPEC_DENUM TTabActiveScrollButton : unsigned char { asbNone, asbRight, asbLeft };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | Vcl.Ribbon |
Description
Enumeration used to specify which scroll button is active.
The ribbon's scroll buttons appear when the window is too small to display the content.
| Value | Meaning |
|---|---|
|
|
There is no active scroll button. |
|
|
The right scroll button is active. |
|
|
The left scroll button is active. |