Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
RightButton Property
See Also 
Leadtools.Web.Controls Namespace > MouseInteractiveMode Class : RightButton Property




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

Syntax

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

Return Value

the ImageViewerMouseInteractiveMode mode to used when the right 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