InteractiveMode Property

Summary

Gets or sets the value that controls user interaction with the control's display.

Syntax
C#
VB
C++
public override Leadtools.WinForms.RasterViewerInteractiveMode InteractiveMode { get; set; }  
Public Overrides Property InteractiveMode() As Leadtools.WinForms.RasterViewerInteractiveMode  
   Get  
   Set  
public:   
   virtual property RasterViewerInteractiveMode^ InteractiveMode  
   {  
      Leadtools.WinForms.RasterViewerInteractiveMode^ get() override  
      void set(Leadtools.WinForms.RasterViewerInteractiveMode^ value) override  
   }  

Property Value

A Leadtools.WinForms.RasterViewerInteractiveMode value which controls the user interaction with the control's display.

Remarks

This property is inherited from Leadtools.WinForms.RasterImageViewer and can be set only to RasterViewerInteractiveMode.Pan or RasterViewerInteractiveMode.None.

Example

For an example, refer to the CSJpipWinFormsDemo.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly