The End Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Ends running Object| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub End() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnRunDesigner instance.End() | |
| C# | |
|---|---|
public virtual void End() | |
| C++/CLI | |
|---|---|
public: virtual void End(); | |
For an example, refer to AnnRunDesigner.
Call this method to end the running process of Object.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code