Click or drag to resize

SplitWindow.SuspendUpdate Method (Typed)

X#
Increment the buffered paint count maintained by the split window.

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
Every call to SuspendUpdate() should be paired with a call to RestoreUpdate(). If the paint count is zero, deferred painting is ended.
See Also