Vcl.ActnMan.TCustomActionBar.HorzMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzMargin: Integer read FHorzMargin write SetHorzMargin default 1;

C++

__property int HorzMargin = {read=FHorzMargin, write=SetHorzMargin, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Specifies the width of the horizontal margins, in pixels.

HorzMargin specifies the width of the action band's left and right horizontal margins, in pixels.

See Also