API:Vcl.StdActnMenus.TStandardMenuItem.DrawGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawGlyph(const Location: TPoint); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdActnMenus.pas
Vcl.StdActnMenus.hpp
Vcl.StdActnMenus TStandardMenuItem

Description

Draws a symbol on the control.

Vcl.StdActnMenus.TStandardMenuItem.DrawGlyph inherits from Vcl.ActnMan.TCustomActionControl.DrawGlyph. All content below this line refers to Vcl.ActnMan.TCustomActionControl.DrawGlyph.

Draws a symbol on the control.

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

See Also