RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties.ButtonSize Property

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

Pascal
property ButtonSize: TButtonSize;
C++
__property TButtonSize ButtonSize;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!