Vcl.ActnCtrls.TCustomUtilityButton.DrawArrows
Delphi
procedure DrawArrows; virtual;
C++
virtual void __fastcall DrawArrows(void);
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.