Vcl.Controls.TCustomTouchManager.StandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StandardGestures: TStandardGestures read GetStandardGestures write SetStandardGestures;

C++

__property TStandardGestures StandardGestures = {read=GetStandardGestures, write=SetStandardGestures};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Specifies the set of standard gestures associated with the owning control.

Use the StandardGestures property to access the standard gestures associated with the control owning this TCustomTouchManager.

See Also