ctlUniListBoxExXP.ExternalInitControl MethodSome controls contained into this package may have bad iterations when used into Usercontrols.
|
Parameter | Description |
---|
Private Sub UserControl_ReadProperties(PropBag As PropertyBag)
'
' Your code here
'
'Starts the control manually
If Ambient.UserMode Then
HexUniControl1.ExternalInitControl
End If
End Sub