←Select platform

CanStartWork Method

Summary

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

Syntax

C#
VB
C++
protected override bool CanStartWork( 
   InteractiveEventArgs e 
) 
Protected Overrides Function CanStartWork( 
   ByVal e As InteractiveEventArgs 
) As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly