Vcl.ExtCtrls.TControlBar.RowSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSize: TRowSize read FRowSize write SetRowSize default 26;

C++

__property RowSize = {default=26};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Specifies the height of the control bar's rows.

Vcl.ExtCtrls.TControlBar.RowSize inherits from Vcl.ExtCtrls.TCustomControlBar.RowSize. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.RowSize.

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