This property sets whether or not "pinch in" and "pinch out" can be used to zoom.
[Visual Basic]   imagekitcontrolname.EnableTouch [= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetEnableTouch()
                 imagekitcontrolname.SetEnableTouch(BOOL Val)
[VB.NET]   imagekitcontrolname.EnableTouch [= Boolean ]
[C#.NET]   imagekitcontrolname.EnableTouch [= bool ]

Property Value

Value Explanation
True (default) Enable "pinch in", "pinch out"
False Disable "pinch in", "pinch out"

Explanation

The EnableTouch property sets whether or not "pinch in" and "pinch out" can be used to zoom. The default value is True. This property is enabled for applications that support touch screens. Regardless of this property's values, when vector data is being edited, the object that is selected and can be manipulated by touch will have enlarged guides displayed on the four corners of the object.

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