Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationDetach Method |
void AutomationDetach()
'Declaration
Sub AutomationDetach()
void AutomationDetach()
-(void) automationAttach:(LTAnnContainer*) container;
void automationDetach();
function Leadtools.Annotations.Core.IAnnAutomationControl.AutomationDetach()
AutomationAttach and AutomationDetach are call by the automation object when AnnAutomation.Attach and AnnAutomation.Detach.
These methods are used with single-container mode. The default implementation will save the container value passed by AutomationAttach in a local variable and use it during ImageViewer.PostRender to render the container on the surface of the control. When AutomationDetach is called, this variable is set back to null.