Vcl.ActnCtrls.TCustomUtilityButton.ArrowType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArrowType: TArrowType read FArrowType write SetArrowType;

C++

__property Vcl::Graphutil::TArrowType ArrowType = {read=FArrowType, write=SetArrowType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Indicates the type of the utility button's arrow.

ArrowType indicates the type of the utility button's arrow. It can be a normal triangular arrow or a chevron one.

See Also