RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CategoryButtons.TCatButtonOptions Type

Defines button options for category buttons.

Pascal
TCatButtonOptions = set of (boAllowReorder, boAllowCopyingButtons, boFullSize, boGradientFill, boShowCaptions, boVerticalCategoryCaptions, boBoldCaptions, boUsePlusMinus, boCaptionOnlyBorder);
C++
(boAllowReorder, boAllowCopyingButtons, boFullSize, boGradientFill, boShowCaptions, boVerticalCategoryCaptions, boBoldCaptions, boUsePlusMinus, boCaptionOnlyBorder) TCatButtonOptions;

The following options are supported:

Option 
Description 
boAllowReorder  
Allows the user to reorder buttons at runtime.  
boAllowCopyingButtons  
Allows the user to copy buttons, typically with a drag operation.  
boFullSize  
Sets the buttons to full size, meaning they are stacked vertically and their horizontal length takes up the entire width of the container.  
boGradientFill  
Sets a gradiant fill.  
boShowCaptions  
Displays the captions on buttons.  
boVerticalCategoryCaptions  
Sets category captions to a vertical orientation.  
boBoldCaptions  
Sets captions to bold.  
boUsePlusMinus  
Sets a plus and minus collapse control on the left-hand side of the category.  
boCaptionOnlyBorder  
When category is expanded, shows only the caption in a slight section of the category gradient. When set to False, the border shows the gradient around the entire group of buttons in the category.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!