Gets or sets the current mouse button associated with the viewer interactive.
public virtual MouseButtons InteractiveModeMouseButton { get; set; }
Public Overridable Property InteractiveModeMouseButton As MouseButtons
public:
virtual property MouseButtons InteractiveModeMouseButton {
MouseButtons get();
void set ( MouseButtons );
}
A System.Windows.Forms.MouseButtons enumeration member that specify the current mouse button associated with the viewer interactive. Default value is MouseButtons.Left.
Use this property to change the mouse button responsible for controlling the current interactive mode (InteractiveMode) of this RasterImageViewer. Be careful when setting the value of this property to MouseButtons.Right since this might conflict with any context menu strips you have attached to the viewer.
For an example, refer to InteractiveMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET