'Declaration Public Overridable Function GetInteractionMode( _
ByVal button As System.Windows.Forms.MouseButtons _
) As DicomMprToolInteractionMode
public virtual DicomMprToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons button
)
public: virtual DicomMprToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons* button
)
public:
virtual DicomMprToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons^ button
)
Parameters
- button
- The mouse button.
Return Value
The interaction mode, which will be activated when mouse button, which is specified by button parameter, is activated.