RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.List Property

Aligns captions on the right and images on the left in tool buttons.

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

When List is false, tool buttons (TToolButton) appear in the toolbar with their images (if any) centered and their captions (if visible) underneath. Setting List to true aligns captions to the right and images to the left. 

 

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