Vcl.ActnMan.TButtonProperties.TButtonSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TButtonSize = (bsSmall, bsLarge);

C++

enum DECLSPEC_DENUM TButtonSize : unsigned char { bsSmall, bsLarge };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

Description

TButtonSize enumerates the possible sizes of a button on a ribbon group.

The following table lists the possible values for the TButtonSize type and the meaning of each value:

Value Description

bsSmall

A small button is drawn.

bsLarge

A large button is drawn.


See Also