Unicode Controls & Classes for VB6 - Version 4

ctlUniComboBoxXP.SelectOnFocus Property

If True causes the text on the combobox to be selected when the control gains the focus

Syntax
Public Property Get SelectOnFocus () As Boolean
Public Property Let SelectOnFocus (ByVal bSelect As Boolean)
Parameters
Parameter Description
ByVal bSelect As Boolean True for enabling this feature, False otherwise (default)
Remarks