'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
- Кнопка мыши.
Return Value
Режим взаимодействия, который будет активирован при активации кнопки мыши, указанной параметром button.