IsTouchDisabled: Boolean;
The IsTouchDisabled property determines whether the event is generated by touching the appropriate control.
Use JSON or the setIsTouchDisabled method to set the property value and the getIsTouchDisabled method to get the property value.
Available Values:
true. The event is generated by touching the appropriate control.
false. The event is generated by touching the appropriate control (default).
The example of use is given on the page with description of the NativeDelegate constructor.
See also: