Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.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 TRibbonLargeSplitButton

Description

Draws the TRibbonLargeSplitButton's arrow.

Use DrawArrow at the given Location with Color and ShadowColor.