←Select platform

InvalidateContainer Method

Summary

Invalidates the specified container and re-renders its content in the automation control.

Syntax

C#
VB
Java
WinRT C#
C++
public void InvalidateContainer( 
   AnnContainer container 
) 
Public Sub InvalidateContainer( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer _ 
)  
public void InvalidateContainer(  
   Leadtools.Annotations.Core.AnnContainer container 
) 
public void invalidateContainer(AnnContainer container) 
 function Leadtools.Annotations.Automation.AnnAutomation.InvalidateContainer(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly