Click or drag to resize

Control.RestoreUpdate Method (Typed)

X#
Resume all drawing updates for a control (after Control:SuspendUpdate() is called).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RestoreUpdate() AS VOID
Request Example View Source
Remarks
This method resumes all drawing updates for a control (after Control:SuspendUpdate() is called).
See Also