Click or drag to resize

Control.SuspendUpdate Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SuspendUpdate() AS VOID
Request Example View Source
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