Vcl.Ribbon.TTabSeparatorState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabSeparatorState = (tssHidden, tssLight, tssMedium, tssDark);

C++

enum DECLSPEC_DENUM TTabSeparatorState : unsigned char { tssHidden, tssLight, tssMedium, tssDark };

Properties

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

Description

Position of Quick Access Toolbar.

TTabSeparatorState is the state of the separators that are displayed between tabs when the ribbon is being resized smaller.



Value Meaning

tssHidden

Hidden

tssLight

Light

tssMedium

Medium

tssDark

Dark



See Also