API:Vcl.RibbonActnCtrls.TRibbonCheckBoxControl.DrawGlyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 TRibbonCheckBoxControl

Beschreibung

Zeichnet ein Symbol auf das Steuerelement.

Vcl.RibbonActnCtrls.TRibbonCheckBoxControl.DrawGlyph erbt von Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.DrawGlyph. Der folgende Inhalt bezieht sich auf Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.DrawGlyph.

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.

Siehe auch