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

[Visual Basic]   thumbcontrolname.EnableTouch [ = Boolean ]
[Visual C++]     [ BOOL = ]thumbcontrolname.GetEnableTouch()
                      thumbcontrolname.SetEnableTouch(BOOL Val)
[VB.NET]   thumbcontrolname.EnableTouch [ = Boolean ]
[C#.NET]   thumbcontrolname.EnableTouch [ = bool ]

Property Value

Value Explanation
True Scrolling by touch is enabled
False Scrolling by touch is disabled

Explanation

The EnableTouch property sets whether or not the Thumbnail Control can be scrolled by touch. The default value is true. 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation