Vcl.ComCtrls.TToolBar.Indent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indent: Integer read FIndent write SetIndent default 0;

C++

__property int Indent = {read=FIndent, write=SetIndent, default=0};

Properties

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

Description

Specifies the margin on the left side of the toolbar.

Indent specifies, in pixels, the margin that separates the left edge of the toolbar from the controls within it.