LeftButton Property

Summary

Gets or sets the ImageViewerMouseInteractiveMode mode to be used when the left button is clicked.

Syntax
C#
VB
C++
[NotifyParentPropertyAttribute(true)] 
public ImageViewerMouseInteractiveMode LeftButton { get; set; } 
  
Public Property LeftButton As ImageViewerMouseInteractiveMode 
public: 
property ImageViewerMouseInteractiveMode LeftButton { 
   ImageViewerMouseInteractiveMode get(); 
   void set (    ImageViewerMouseInteractiveMode ); 
} 

Property Value

the ImageViewerMouseInteractiveMode mode to be used when the left button is clicked.

Remarks

Default value is None.

Example

Refer to WebImageViewer.OpenImageUrl

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.Web Assembly