Vcl.ActnCtrls.TCustomUtilityButton.ArrowType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ArrowType: TArrowType read FArrowType write SetArrowType;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Beschreibung

Gibt den Typ des Pfeils der Utility-Schaltfläche an.

ArrowType gibt den Typ des Pfeils der Utility-Schaltfläche an. Dieser kann ein dreieckiger oder ein V-Pfeil sein.

Siehe auch