Vcl.ActnCtrls.TCustomUtilityButton.ArrowSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArrowSize: Integer read FArrowSize write SetArrowSize;

C++

__property int ArrowSize = {read=FArrowSize, write=SetArrowSize, nodefault};

Properties

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

Description

Indicates the size of the utility button's arrow.

ArrowSize indicates the size of the utility button's arrow.

See Also