Vcl.ComCtrls.TToolBar.ButtonWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonWidth: Integer read FButtonWidth write SetButtonWidth default 23;

C++

__property int ButtonWidth = {read=FButtonWidth, write=SetButtonWidth, default=23};

Properties

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

Description

Specifies the width of the tool buttons (TToolButton) in the toolbar.

ButtonWidth represents the width, in pixels, of the TToolButton components on the toolbar. It has no effect on tool buttons whose Style property is set to tbsSeparator or tbsDivider.

See Also