'Declaration Public Overridable Function GetInteractionMode( _
ByVal button As Vintasoft.Imaging.UI.VintasoftMouseButtons _
) As WpfDicomMprToolInteractionMode
public virtual WpfDicomMprToolInteractionMode GetInteractionMode(
Vintasoft.Imaging.UI.VintasoftMouseButtons button
)
public: virtual WpfDicomMprToolInteractionMode GetInteractionMode(
Vintasoft.Imaging.UI.VintasoftMouseButtons button
)
public:
virtual WpfDicomMprToolInteractionMode GetInteractionMode(
Vintasoft.Imaging.UI.VintasoftMouseButtons 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.