VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorControlJS type / set_HasTouchScreen Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HasTouchScreen Method
    In This Topic
    Sets a value indicating whether the control has touch screen.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_HasTouchScreen(value);
    
    
    function set_HasTouchScreen(
    value
    Value indicating whether the control has touch screen.
    : boolean
    ) : any;

    Parameters

    value
    Value indicating whether the control has touch screen.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also