Vcl.Ribbon.TRibbonScrollButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TRibbonScrollButtons = set of TRibbonScrollButton;

C++

typedef System::Set<TRibbonScrollButton, TRibbonScrollButton::tsbTabRight, TRibbonScrollButton::tsbGroupRight> TRibbonScrollButtons;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

Specifies a set of the ribbon's scroll buttons.

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

TRibbonScrollButtons can have one or more of the following values:

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