%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
TouchCancelTimeOut Property
See Also 
vdWebLibrary Namespace > BaseActionObj Class : TouchCancelTimeOut Property
Get/Set a delay in miliseconds after which the action will be canceled, and when the user pointer is pressed and is holds for this delay. If it is 0 then the action will not canceled. Default value is negative(-1200) then automatically scan if is touch screen device supported and if so , uses absolute of the value for delay, else it uses value of 0. Usefull for touch pointers. A suggested value for single touch pointers is 1200.

Syntax

JScript 
public function get,set TouchCancelTimeOut : int

See Also