Control.SuspendUpdate Method | |
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 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