Vcl.CategoryButtons.TCatButtonOptions
Delphi
type TCatButtonOptions = set of (boAllowReorder, boAllowCopyingButtons, boFullSize, boGradientFill, boShowCaptions, boVerticalCategoryCaptions, boBoldCaptions, boUsePlusMinus, boCaptionOnlyBorder);
C++
typedef System::Set<Vcl_Categorybuttons__2, Vcl_Categorybuttons__2::boAllowReorder, Vcl_Categorybuttons__2::boCaptionOnlyBorder> TCatButtonOptions;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | Vcl.CategoryButtons |
Description
Defines button options for category buttons.
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. |