Vcl.ActnCtrls.TCustomUtilityButton.DrawArrows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawArrows; virtual;

C++

virtual void __fastcall DrawArrows();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Draws the arrows on the utility button.

DrawArrows is used for drawing arrows on the utility button. DrawArrows uses the value of the Direction and ArrowType properties to draw the actual arrow on the utility button.

See Also