RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TButtonProperties.TButtonSize Enumeration

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

Pascal
TButtonSize = (
  bsSmall,
  bsLarge
);
C++
enum TButtonSize {
  bsSmall,
  bsLarge
};

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.  

 

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