←Select platform

CanStartWork Method

Summary

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

Syntax
C#
VB
C++
protected virtual bool CanStartWork( 
   InteractiveEventArgs e 
) 
Protected Overridable Function CanStartWork( 
   ByVal e As InteractiveEventArgs 
) As Boolean 
protected:  
   virtual bool CanStartWork( 
      InteractiveEventArgs^ e 
   ) 

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.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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