'Declaration Public Function GetInteractionMode( _
ByVal button As System.Windows.Forms.MouseButtons _
) As MprImageToolInteractionMode
public MprImageToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons button
)
public: MprImageToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons* button
)
public:
MprImageToolInteractionMode GetInteractionMode(
System.Windows.Forms.MouseButtons^ button
)
Parameters
- button
- Кнопка мыши.
Return Value
Режим взаимодействия, который будет активирован при активации кнопки мыши, указанной параметром button.