RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBar.FixedOrder Property

Determines whether the user can reorder the bands in the TCoolBar.

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

If FixedOrder is set to true, the user can reposition the bands by dragging them with the mouse, but cannot change their order. Bands can still be reordered from the Collection editor at design time, or by changing their Index properties in program code. 

 

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