RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.VertSeparator Property

Indicates whether a vertical separator bar should appear between item lines.

Pascal
property VertSeparator: Boolean;
C++
__property Boolean VertSeparator;

An action band can arrange its child controls using multiple columns. Items which cannot be displayed on one column wrap to the next. Set VertSeparator to true if you want a separator bar to appear between the columns. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!