The AutomationDetach Method is available in LEADTOOLS Document and Medical Imaging toolkits.
A method that will be called whenever AnnAutomation.Detach is called.| Visual Basic (Declaration) | |
|---|---|
Sub AutomationDetach() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnAutomationControl instance.AutomationDetach() | |
| C# | |
|---|---|
void AutomationDetach() | |
| C++/CLI | |
|---|---|
void AutomationDetach(); | |
For an example, refer to IAnnAutomationControl.
You can add code to this method to handle any necessary code needed.
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