←Select platform

InvalidateContainer Method

Summary
Invalidates the specified container and re-renders its content in the automation control.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void InvalidateContainer( 
   AnnContainer container 
) 
- (void)invalidateContainer:(LTAnnContainer *)container NS_SWIFT_NAME(invalidate(_:)); 
public void invalidateContainer(AnnContainer container) 
public:  
   void InvalidateContainer( 
      AnnContainer^ container 
   ) 
def InvalidateContainer(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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