C#
VB
C++
Mouse button to use for panning.
public MouseButtons MouseButton { get; set; }
Public Property MouseButton() As System.Windows.Forms.MouseButtons
Get
Set
public:
property System::Windows::Forms::MouseButtons^ MouseButton
{
System::Windows::Forms::MouseButtons^ get()
void set(System::Windows::Forms::MouseButtons^ value)
}
The mouse button to use for panning. Default value is System.Windows.Forms.MouseButtons.
This value is only used when EnablePan is set to true.
For an example, refer to ImageViewerPanControl.
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