'Declaration Public Function GetInteractionMode( _
ByVal button As System.Windows.Forms.MouseButtons _
) As DicomViewerToolInteractionMode
public DicomViewerToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons button
)
public: DicomViewerToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons* button
)
public:
DicomViewerToolInteractionMode 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.