Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxExXP.ManualStart Property

Permits you to activate the control Manually when you incorporate this control into a your custom usercontrol
In order to start the control check the [ExternalInitControl] function

Syntax
Public Property Get ManualStart () As Boolean
Public Property Let ManualStart (ByVal bState As Boolean)
Parameters
Parameter Description
ByVal bState As Boolean True for manually activate the control, False for default management
Remarks