API:Vcl.RibbonActnCtrls.TRibbonCustomizeItem.DrawGlyph
Delphi
procedure DrawGlyph(const Location: TPoint); override;
C++
virtual void __fastcall DrawGlyph(const System::Types::TPoint &Location);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonCustomizeItem |
Beschreibung
Gibt in einem Steuerelement ein Symbol aus.
Vcl.RibbonActnCtrls.TRibbonCustomizeItem.DrawGlyph erbt von Vcl.ActnMan.TCustomActionControl.DrawGlyph. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCustomActionControl.DrawGlyph.
Gibt in einem Steuerelement ein Symbol aus.
Mit DrawGlyph können Sie an der in Location übergebenen Position ein Symbol anzeigen.