Vcl.RibbonActnCtrls.TRibbonGalleryMenuItem.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 | TRibbonGalleryMenuItem |
Beschreibung
Zeichnet ein Symbol auf das Steuerelement.
Die Methode DrawGlyph zeichnet ein Symbol auf das Steuerelement an der in Location angegebenen Position. Location ist ein Parameter des Typs TPoint.