Vcl.Controls.TCustomGestureCollection.GestureManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureManager: TCustomGestureManager read GetGestureManager;

C++

__property TCustomGestureManager* GestureManager = {read=GetGestureManager};

Properties

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

Description

Specifies the gesture manager associated with this TCustomGestureCollection instance.

All TCustomGestureCollection instances contain a reference to the gesture manager used to keep track of available gestures. Use GestureManager to obtain the reference to the gesture manager component.

See Also