Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSubMenuGlyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawSubMenuGlyph; override;

C++

virtual void __fastcall DrawSubMenuGlyph();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuItem

Beschreibung

Zeichnet ein Symbol auf ein Untermenü.

Die Methode DrawSubMenuGlyph zeichnet die Pfeil-Symbole für ein Menü, abhängig davon, ob das Menü aktiviert oder deaktiviert ist und anhand der Richtung, in der das Menü angezeigt wird.


Wert Bedeutung

mArrowRightDisabledIcon

Der Pfeil zeigt nach rechts und das Untermenü ist deaktiviert.

smArrowLeftDisabledIcon

Der Pfeil zeigt nach links und das Untermenü ist deaktiviert.

smArrowLeftIcon

Der Pfeil zeigt nach links und das Untermenü ist aktiviert.

smArrowRightIcon

Der Pfeil zeigt nach rechts und das Untermenü ist aktiviert.


Siehe auch