DataGate Print File Designer® - Build 8.0.355 and above

BaseField.Refresh Method

Invalidates the control and forces an immediate redraw of the appearance of the control and any child controls.

control.Refresh()

Remarks

Overrides the  Control.Refresh method.

Note to Inheritors When overriding Refresh in a derived class, be sure to call the base classes' Refresh method so the control and its child controls are invalidated and redrawn.

See Also

BaseField ClassBaseField Class Members | Control.Refresh Method