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.Refer to WebImageViewer.OpenImageUrl
Default value is None.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7