Vcl.ExtCtrls.TCustomControlBar.RowSize

From RAD Studio API Documentation

Delphi

property RowSize: TRowSize read FRowSize write SetRowSize default 26;

C++

__property TRowSize RowSize = {read=FRowSize, write=SetRowSize, default=26};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Specifies the height of the control bar's rows.

Use RowSize to specify the height, in pixels, of the control bar's rows.

See Also