InteractiveMode Property

Summary
Gets or sets the value that controls user interaction with the control's display.
Syntax
C#
C++/CLI
public override Leadtools.WinForms.RasterViewerInteractiveMode InteractiveMode { 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.

For a demo, refer to the CSJpipWinFormsDemo.

Requirements

Target Platforms

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

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.