canStartWork Method

Summary

Gets a value that indicates whether the mode can start work.

Syntax
TypeScript
JavaScript
ImageViewerInteractiveMode.prototype.canStartWork = function( 
   e 
) 
canStartWork( 
   e: InteractiveEventArgs 
): boolean; // protected 

Parameters

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.