API: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

Draws the arrow of the TRibbonDropDownButton.

Vcl.RibbonActnCtrls.TRibbonGroupDropDown.DrawArrow inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton.DrawArrow. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.DrawArrow.

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

See Also