VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type / get_MouseClickCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MouseClickCount Method
    In This Topic
    Gets the count of mouse clicks in series of clicks.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
    
    var value; // Type: number
    value = instance.get_MouseClickCount();
    
    
    function get_MouseClickCount() : number;
    

    Return Value

    Count of mouse clicks in series of clicks.
    Browser Compatibility
    56+
    45+
    11
    See Also