Called when AnnAutomation.Attach is called.
public void AutomationAttach(
AnnContainer container
)
Sub AutomationAttach( _
ByVal container As Leadtools.Annotations.Core.AnnContainer _
)
void AutomationAttach(
Leadtools.Annotations.Core.AnnContainer container
)
-(void) automationAttach:(LTAnnContainer*) container;
void automationAttach(AnnContainer container);
function Leadtools.Annotations.Core.IAnnAutomationControl.AutomationAttach(
container
)
public:
void AutomationAttach(
AnnContainer^ container
)
container
The container to attach.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET