Input for WinForms | ComponentOne
C1.Framework Namespace / ParagraphElement Class / Invalidate Method / Invalidate(Boolean) Method
Whether to repaint the host control immediately after invalidation.

In This Topic
    Invalidate(Boolean) Method
    In This Topic
    Invalidates this Element within the host control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Invalidate( _
       ByVal update As Boolean _
    ) 
    public void Invalidate( 
       bool update
    )

    Parameters

    update
    Whether to repaint the host control immediately after invalidation.
    See Also