←Select platform

HookContainer Method

Summary

Hooks or unhooks the Container.

Syntax

C#
VB
C++
protected virtual void HookContainer( 
   bool hook 
) 
  
Protected Overridable Sub HookContainer( _ 
   ByVal hook As Boolean _ 
)  
protected: 
virtual void HookContainer(  
   bool hook 
)  

Parameters

hook
true to hook the Container; false to unhook it.

Remarks

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.

Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly