This property sets whether or not the Thumbnail Control can be scrolled by touch. (when using a touch screen).

[C++Builder]   thumbcontrolname.Touch [ = TTouchManager* ]
[Delphi]   thumbcontrolname.Touch [ = TTouchManager ]

Property Value

To enable: Set Touch.InteractiveGestures to igPan

Explanation

The Touch property sets whether or not the Thumbnail Control can be scrolled by touch. To enable touch set Touch.InteractiveGestures to igPan. This property is ignored when not using a touch screen.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit9/10 ActiveX

This property was renamed from EnableTouch

 

The ImageKit10 VCL is a product created by Newtone Corporation