Hooks or unhooks the Container.
protected virtual void HookContainer(
bool hook
)
Protected Overridable Sub HookContainer( _
ByVal hook As Boolean _
)
protected:
virtual void HookContainer(
bool hook
)
hook
true to hook the Container; false to unhook it.
Derived classes should call this method to hook the Container object if needed. Hooking the container provides support for derived classes to do extra drawing whenever the container is painted. AnnEditDesigner derived classes use this method to draw the control points of the object currently being edited.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
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