Vcl.ComCtrls.TToolBar.ButtonHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 22;

C++

__property int ButtonHeight = {read=FButtonHeight, write=SetButtonHeight, default=22};

Properties

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

Description

Specifies the height of the controls in the toolbar.

ButtonHeight represents the height, in pixels, of the controls in the toolbar.

See Also