Click or drag to resize

Control.RestoreUpdate Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RestoreUpdate() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
This method resumes all drawing updates for a control (after Control:SuspendUpdate() is called).
See Also