Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / Invalidate Method / Invalidate(Element) Method

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

    Parameters

    e
    See Also