'Declaration Public Overridable 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 DicomMprToolInteractionMode _
)
public virtual void SetInteractionMode(
System.Windows.Forms.MouseButtons button,
DicomMprToolInteractionMode mode
)
public: virtual void SetInteractionMode(
System.Windows.Forms.MouseButtons* button,
DicomMprToolInteractionMode mode
)
public:
virtual void SetInteractionMode(
System.Windows.Forms.MouseButtons^ button,
DicomMprToolInteractionMode 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.