Vcl.RibbonActnCtrls.TRibbonDropDownButton.DrawArrow

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonDropDownButton

Description

Draws the arrow of the TRibbonDropDownButton. DrawArrow is used to draw the arrow of the TRibbonDropDownButton.

See Also