VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_RightButtonInteractionMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RightButtonInteractionMode Method
    In This Topic
    Sets the interaction mode for the Right mouse button.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDicomViewerInteractionModeEnumJS
    
    returnValue = instance.set_RightButtonInteractionMode(value);
    
    
    function set_RightButtonInteractionMode(
    value
    The interaction mode for the Right mouse button.
    : WebDicomViewerInteractionModeEnumJS
    ) : any;

    Parameters

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