Vcl.Ribbon.TRibbonScrollButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRibbonScrollButton = (tsbTabRight, tsbTabLeft, tsbGroupLeft, tsbGroupRight);

C++

enum DECLSPEC_DENUM TRibbonScrollButton : unsigned char { tsbTabRight, tsbTabLeft, tsbGroupLeft, tsbGroupRight };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

Enumerates the possible ribbon scroll buttons.

Scroll Buttons appear when the window is too small to display the content. Depending on the content to display, there can be four scroll buttons.

Value Meaning

tsbTabRight

Scroll button appears to the right side of a tab.

tsbTabLeft

Scroll button appears to the left side of a tab.

tsbGroupRight

Scroll button appears to the right side of a group.

tsbGroupLeft

Scroll button appears to the left side of a group.

Note: tsbGroupLeft and tsbGroupRight are not used in the current version.

See Also