Vcl.Controls.TCustomTouchManager.InteractiveGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InteractiveGestures: TInteractiveGestures  read FInteractiveGestures write FInteractiveGestures stored IsInteractiveGesturesStored;

C++

__property TInteractiveGestures InteractiveGestures = {read=FInteractiveGestures, write=FInteractiveGestures, stored=IsInteractiveGesturesStored, nodefault};

Properties

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

Description

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

Use the InteractiveGestures property to access the interactive gestures associated with the control owning this TCustomTouchManager.

See Also