Vcl.Ribbon.TTabActiveScrollButton

From RAD Studio API Documentation
Jump to: navigation, search

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

asbNone

There is no active scroll button.

asbRight

The right scroll button is active.

asbLeft

The left scroll button is active.

See Also