|
RAD Studio VCL Reference
|
Specifies options for button display and behavior.
property ButtonOptions: TGrpButtonOptions;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|