'Declaration Public Overloads Sub Refresh( _ ByVal refreshChildren As Boolean _ )
'Usage Dim instance As SmartControl Dim refreshChildren As Boolean instance.Refresh(refreshChildren)
public void Refresh( bool refreshChildren )
Parameters
- refreshChildren
- true if any child SmartControls or SmartItems should also be refreshed; false otherwise.