Vcl.ActnMan.TCustomActionControl.DrawGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawGlyph(const Location: TPoint); virtual;

C++

virtual void __fastcall DrawGlyph(const System::Types::TPoint &Location);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Draws a symbol on the control.

Use DrawGlyph to draw a symbol on the control at the specified location.

See Also