Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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;}
Managed Extensions for C++ 
public: __property ImageViewerMouseInteractiveMode get_LeftButton();
public: __property void set_LeftButton( 
   ImageViewerMouseInteractiveMode value
);
C++/CLI 
public:
property ImageViewerMouseInteractiveMode LeftButton {
   ImageViewerMouseInteractiveMode get();
   void set (ImageViewerMouseInteractiveMode value);
}

Return Value

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

Example

Refer to OpenImageUrl

Remarks

Default value is None.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also