Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerInteractiveMode Class : CanStartWork Method |
protected virtual bool CanStartWork( InteractiveEventArgs e )
'Declaration
Protected Overridable Function CanStartWork( _ ByVal e As InteractiveEventArgs _ ) As Boolean
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 WorkOnBounds, Item and ItemPart values).
If the user added a UI control on top of the viewer and whether this element has been added to the InteractiveService.UserControls collection.
To help with all the above, derived classes can use CanStartWork to check if all the conditions are met and then start the work.
For an example, refer to ImageViewerInteractiveMode.