'Declaration Public Sub SetInteractionMode( _
ByVal button As System.Windows.Forms.MouseButtons, _
ByVal modeThe interaction mode, which must be activated when mouse button, which is specified by button parameter, is activated.As DicomViewerToolInteractionMode _
)
public void SetInteractionMode(
System.Windows.Forms.MouseButtons button,
DicomViewerToolInteractionMode mode
)
public: void SetInteractionMode(
System.Windows.Forms.MouseButtons* button,
DicomViewerToolInteractionMode mode
)
public:
void SetInteractionMode(
System.Windows.Forms.MouseButtons^ button,
DicomViewerToolInteractionMode mode
)
Parameters
- button
- The mouse button.
- mode
- The interaction mode, which must be activated when mouse button, which is specified by button parameter, is activated.