ActiveReports 13
Invalidate(Boolean) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > FlatToolbox Class > Invalidate Method : Invalidate(Boolean) Method
true to invalidate the control's child controls; otherwise, false.
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal invalidateChildren As Boolean _
) 
public void Invalidate( 
   bool invalidateChildren
)

Parameters

invalidateChildren
true to invalidate the control's child controls; otherwise, false.
See Also

Reference

FlatToolbox Class
FlatToolbox Members
Overload List