protected bool CanStartWork( InteractiveEventArgs e )
function Leadtools.Controls.ImageViewerInteractiveMode.CanStartWork( e )
The mode can start work depending on multiple factors:
Whether the current pressed mouse button is the one associated with this mode.
If the user clicks on the background of the viewer not covered by the image (depending on the WorkOnImageRectangle value).
To help with all the above, derived classes can use CanStartWork to check if all the conditions are met and then starts the work.
Note on mouse wheel events: If the current image viewer has a an interactive mode for handling mouse wheel events set in MouseWheelInteractiveMode then in addition to the factors listed above, this method will return true only if the caller is this mode. If the viewer however does not have a mode for handling mouse wheel events (MouseWheelInteractiveMode is null), then this method will return true if the caller is the default mouse or touch interactive mode.
For an example, refer to ImageViewerInteractiveMode.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2