RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.ButtonOptions Property

Specifies options for button display and behavior.

Pascal
property ButtonOptions: TGrpButtonOptions;
C++
__property TGrpButtonOptions ButtonOptions;

Set the following options on your button group:

Option 
Description 
gboAllowReorder  
Allows the user to reorder buttons within the group at runtime.  
gboFullSize  
Sets the width of the buttons in the group to the maximum size, which is the entire width of the container.  
gboGroupStyle  
Specifies that the buttons should inherit the group style that is set on the container.  
gboShowCaptions  
Toggles the captions that you set in the Items property.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!