|
RAD Studio VCL Reference
|
Specifies options for button display and behavior.
property ButtonOptions: TCatButtonOptions;
__property TCatButtonOptions ButtonOptions;
The following options are available:
|
Option |
Description |
|
boAllowReorder |
Allows the user to reorder buttons within a category at runtime. |
|
boAllowCopyingButtons |
Allows the user to copy buttons at runtime. |
|
boFullSize |
Sets the width of the buttons in a category to the maximum size, which is the entire width of the TButtonCategory object. In this case, each button appears on its own line. |
|
boGradientFill |
The color of the TButtonCategory button is shaded along a gradient. Otherwise, the color is solid. |
|
boShowCaptions |
Toggles the button captions. The category captions remain displayed. |
|
boVerticalCategoryCaptions |
The caption for a category appears on the side vertically when the group is expanded. Otherwise, it appears above the group. |
|
boBoldCaptions |
Make category captions bold. |
|
boUsePlusMinus |
Use plus/minus signs for expanding or collapsing a category. Otherwise, use arrows. |
|
boCaptionOnlyBorder |
When a category is collapsed so that only its caption button is displayed, draw a border around this button. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|