←Select platform

CanStartWork Method

Summary

Gets a value that indicates whether the AnnotationsInteractiveMode 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 as InteractiveEventArgs.

Return Value

A boolean indicating whether or not the interactive mode can begin working.

Remarks

AnnotationsInteractiveMode overrides ImageViewerInteractiveMode.CanStartWork to add an additional check: the AutomationControl may not be null.

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

Leadtools.Document.Viewer.WinForms Assembly

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