VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprViewerControlJS type / set_XButton2InteractionMode Property
Syntax BrowserCompatibility SeeAlso
    set_XButton2InteractionMode Method
    Sets the interaction mode for the XButton2 mouse button.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMprViewerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDicomMprViewerInteractionModeEnumJS
    
    returnValue = instance.set_XButton2InteractionMode(value);
    
    

    Parameters

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