LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
LeftButton Property
See Also 
Leadtools.Web.Controls Namespace > MouseInteractiveMode Class : LeftButton Property



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

Syntax

Visual Basic (Declaration) 
Public Property LeftButton As ImageViewerMouseInteractiveMode
Visual Basic (Usage)Copy Code
Dim instance As MouseInteractiveMode
Dim value As ImageViewerMouseInteractiveMode
 
instance.LeftButton = value
 
value = instance.LeftButton
C# 
public ImageViewerMouseInteractiveMode LeftButton {get; set;}
C++/CLI 
public:
property ImageViewerMouseInteractiveMode LeftButton {
   ImageViewerMouseInteractiveMode get();
   void set (    ImageViewerMouseInteractiveMode value);
}

Property Value

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

Example

Remarks

Default value is None.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also