VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprViewerControlJS type / get_MiddleButtonInteractionMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MiddleButtonInteractionMode Method
    In This Topic
    Gets the interaction mode for the Middle mouse button.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMprViewerControlJS(parentDiv);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMprViewerInteractionModeEnumJS
    value = instance.get_MiddleButtonInteractionMode();
    
    
    function get_MiddleButtonInteractionMode() : WebDicomMprViewerInteractionModeEnumJS;
    

    Return Value

    The interaction mode for the Middle mouse button.
    Browser Compatibility
    56+
    45+
    11
    See Also