Vcl.ComCtrls.TToolBar.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: Boolean read FList write SetList default False;

C++

__property bool List = {read=FList, write=SetList, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

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

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.

See Also