API:Vcl.ActnCtrls.TActionToolBar.Spacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Spacing;

C++

__property Spacing;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Determines where the image and text appear on an action band's rendered control that represents the action client.

Vcl.ActnCtrls.TActionToolBar.Spacing inherits from Vcl.ActnMan.TCustomActionBar.Spacing. All content below this line refers to Vcl.ActnMan.TCustomActionBar.Spacing.

Determines where the image and text appear on an action band's rendered control that represents the action client.

Spacing is used internally to set the number of pixels that should appear between the image specified in an action client's ImageIndex and the text specified in its Caption property.

See Also