Vcl.ActnMan.TButtonProperties.ButtonSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonSize: TButtonSize read FButtonSize write SetButtonSize default bsSmall;

C++

__property TButtonSize ButtonSize = {read=FButtonSize, write=SetButtonSize, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

Description

ButtonSize specifies the size of a button on a ribbon group.

Use the ButtonSize property to set or check the size of a button on a ribbon group. The following table lists the possible values for the ButtonSize property and the meaning of each value.



Value Description

bsSmall

A small button is drawn.

bsLarge

A large button is drawn.



See Also