Vcl.Controls.TTouchManager.InteractiveGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InteractiveGestures: TInteractiveGestures read FInteractiveGestures write FInteractiveGestures stored IsInteractiveGesturesStored;

C++

__property InteractiveGestures;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TTouchManager

Description

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

Vcl.Controls.TTouchManager.InteractiveGestures inherits from Vcl.Controls.TCustomTouchManager.InteractiveGestures. All content below this line refers to Vcl.Controls.TCustomTouchManager.InteractiveGestures.

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