VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_HasTouchScreen Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HasTouchScreen Method
    In This Topic
    Gets a value indicating whether the control has touch screen.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: boolean
    value = instance.get_HasTouchScreen();
    
    
    function get_HasTouchScreen() : boolean;
    

    Return Value

    True - control has touch screen; False - control does not have touch screen. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also