Unicode Controls & Classes for VB6 - Version 4
ctlUniListBoxXP
.BeginUpdate Method
Permits you to start a long-time update on the control (for example by adding 1000 elements) without sending out many and many events. So it is faster!
Use un conjunction with [
EndUpdate
]
Syntax
Public Sub BeginUpdate ()
Parameters
Parameter
Description
Remarks