Vcl.Ribbon.TCustomTabData.TDeltaWidthDirection

From RAD Studio API Documentation
Jump to: navigation, search

C++

enum DECLSPEC_DENUM TDeltaWidthDirection : unsigned char { dwNarrower, dwWider };

Properties

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

Description

Enumerates the ribbon tab's sizes.

The size values are:

Size Description

dwNarrower

Used when the tab's components do not fit into the ribbon page.

dwWider

All the tab's components are visible on the ribbon page.

See Also