Click or drag to resize

Control.SuspendUpdate Method

X#
Temporarily suspend all drawing updates for a control; drawing resumes with a call to Control:RestoreUpdate().

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

Return Value

Type: Usual
Remarks
This method suspends all drawing updates for a control. It is especially useful for TreeView and ListView controls, where you typically want to suspend drawing while the ListView or TreeView control is filled.
See Also