Vcl.RibbonActnCtrls.TRibbonDropDownButton.DrawArrow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawArrow(Location: TPoint; Color, ShadowColor: TColor; Size: Integer); virtual;

C++

virtual void __fastcall DrawArrow(const System::Types::TPoint &Location, System::Uitypes::TColor Color, System::Uitypes::TColor ShadowColor, int Size);

Eigenschaften

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

Beschreibung

Zeichnet den Pfeil der Komponente TRibbonDropDownButton. DrawArrow wird verwendet, um den Pfeil der Komponente TRibbonDropDownButton zu zeichnen.

Siehe auch