ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IView Interface / Invalidate Method

In This Topic
    Invalidate Method (IView)
    In This Topic
    Invalidates the contained element.
    Syntax
    'Declaration
     
    Sub Invalidate( _
       ByVal element As Element _
    ) 
    void Invalidate( 
       Element element
    )

    Parameters

    element
    See Also