(Leadtools.Controls)

GetMouseInteractiveMode Method

Show in webframe





The mouse button to query.
Gets the current ImageViewerInteractiveMode assigned to the specified MouseButton.
Syntax
public virtual ImageViewerInteractiveMode GetMouseInteractiveMode( 
   LTMouseButton button
)
Public Overridable Function GetMouseInteractiveMode( _
   ByVal button As LTMouseButton _
) As ImageViewerInteractiveMode
public virtual ImageViewerInteractiveMode GetMouseInteractiveMode( 
   LTMouseButton button
)
OS X Only
-(LTImageViewerInteractiveMode*) getMouseInteractiveModeForButton:(LTMouseButton) mouseButton;
            

            
 function Leadtools.Controls.ImageViewer.GetMouseInteractiveMode( 
   button 
)

Parameters

button
The mouse button to query.

Return Value

The current interactive mode assigned to the button.
Remarks

To use an interactive mode, you create an instance of any of the derived classes and assign it to the viewer using one of the following methods:

On desktop browsers, you can use multiple interactive modes at the same time. For example, you can use the following code to support panning/zooming with the left mouse button and magnify glass with the right button.

On browsers that support only touch, such as mobile phones and tablets, you can use only one interactive mode at a time. This does not mean only one finger touch is supported, some of the interactive modes such as ImageViewerPanZoomInteractiveMode supports multiple touch operations such as pinch to zoom.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.