←Select platform

InvalidateContainer Method

Summary
Invalidates the specified container and re-renders its content in the automation control.
Syntax
C#
VB
C++
Java
public void InvalidateContainer( 
   AnnContainer container 
) 
Public Sub InvalidateContainer( _ 
   ByVal container As AnnContainer _ 
)  
public void invalidateContainer(AnnContainer container) 
public:  
   void InvalidateContainer( 
      AnnContainer^ container 
   ) 

Parameters

container
The container to invalidate.

Remarks

This method will call invalidate on the automation control using the boundary of the container specified.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.