|
RAD Studio VCL Reference
|
Defines the ordering style of category buttons.
TCatButtonFlow = ( cbfVertical, cbfHorizontal );
enum TCatButtonFlow { cbfVertical, cbfHorizontal };
The following values are available for ordering the category buttons:
|
Value |
Description |
|
cbfVertical |
Stacks the buttons vertically. |
|
cbfHorizontal |
Arranges the buttons horizontally and sequentially. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|