←Select platform

InteractiveMode Property

Summary

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

Syntax

C#
VB
C++
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; 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly