RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.ButtonOptions Property

Specifies options for button display and behavior.

Pascal
property ButtonOptions: TCatButtonOptions;
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!