ActiveReports 13
Invalidate(Boolean) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel 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

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members
Overload List