set_HasTouchScreen Method
In This Topic
Sets a value indicating whether the control has touch screen.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_HasTouchScreen(value);
function set_HasTouchScreen(
: boolean
) : any;
Parameters
- value
- Value indicating whether the control has touch screen.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also