Vcl.RibbonActnCtrls.TRibbonGroupDropDown.DrawArrow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TRibbonGroupDropDown

Description

Method for arrow drawing.

TRibbonGroupDropDown doesn't need an arrow to be drawn, so the method is blank.

See Also