Options for button groups.
TGrpButtonOptions = set of (gboAllowReorder, gboFullSize, gboGroupStyle, gboShowCaptions);
(gboAllowReorder, gboFullSize, gboGroupStyle, gboShowCaptions) TGrpButtonOptions;
The following options are available:
Option |
Description |
gboAllowReorder |
Allows the user to reorder buttons within the group at runtime by dragging buttons to new locations within the group. |
gboFullSize |
Resizes the buttons to take up the entire width of the button group container. |
gboGroupStyle |
Shows selected button as greyed out or darker than unselected buttons. |
gboShowCaptions |
Displays captions on each button. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|