Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

EndWorking Method (AnnRunDesigner)






If true, execute the hyperlink, else do nothing.
Ends the running process.
Syntax
protected virtual bool EndWorking( 
   bool runHyperlink
)
'Declaration
 
Protected Overridable Function EndWorking( _
   ByVal runHyperlink As Boolean _
) As Boolean
'Usage
 
Dim instance As AnnRunDesigner
Dim runHyperlink As Boolean
Dim value As Boolean
 
value = instance.EndWorking(runHyperlink)

            

            
protected:
virtual bool EndWorking( 
   bool runHyperlink
) 

Parameters

runHyperlink
If true, execute the hyperlink, else do nothing.
Remarks
Derived classes should call this method upon ending the run operation of an object.
Example
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations
Requirements

Target Platforms

See Also

Reference

AnnRunDesigner Class
AnnRunDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)