Vcl.ActnCtrls.TCustomButtonControl.SetGlyphLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGlyphLayout(const Value: TButtonLayout); override;

C++

virtual void __fastcall SetGlyphLayout(const Vcl::Buttons::TButtonLayout Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Sets the glyph layout of the control button.

SetGlyphLayout is used for setting the image that will appear on the control button. For control buttons, the spacing between the control's icon and caption is 4 pixels.

See Also