C1.Win.8 Assembly / 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 _
) 
 

Parameters

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