←Select platform

CanStartWork Method

Summary

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

Syntax
C#
C++/CLI
protected override bool CanStartWork( 
   InteractiveEventArgs e 
) 
protected:  
   virtual bool CanStartWork( 
      InteractiveEventArgs^ e 
   ) override 

Parameters

e

Event data

Remarks

ImageViewerAddRegionInteractiveMode overrides CanStartWork to add the following checks: Item must not be null (either set by the user or through AutoItemMode), the item must have a valid image in Image and the current transformation has a rotation that is not at a right angle.

Requirements

Target Platforms

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

Leadtools.Controls Assembly

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