Gets or sets the value that controls user interaction with the control's display.
public override RasterViewerInteractiveMode InteractiveMode { get; set; }
Public Overrides Property InteractiveMode As Leadtools.Winforms.RasterViewerInteractiveMode
public:
property Leadtools.Winforms.RasterViewerInteractiveMode InteractiveMode {
Leadtools.Winforms.RasterViewerInteractiveMode get() override;
void set ( Leadtools.Winforms.RasterViewerInteractiveMode ) override;
}
A Leadtools.WinForms.RasterViewerInteractiveMode value which controls the user interaction with the control's display.
This property is inherited from Leadtools.WinForms.RasterImageViewer and can be set only to RasterViewerInteractiveMode.Pan or RasterViewerInteractiveMode.None.
For an example, refer to the CSJpipWinFormsDemo.
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