set_XButton2InteractionMode Method
In This Topic
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);
function set_XButton2InteractionMode(
: WebDicomMprViewerInteractionModeEnumJS
) : any;
Parameters
- value
- The interaction mode for the XButton2 mouse button.
Browser Compatibility
See Also