Unicode Controls & Classes for VB6 - Version 4

ctlUniComboBoxXP.DropDownOnTextClick Property

Gets or sets the ability to show the combo list when a user click on the control with the mouse

Syntax
Public Property Get DropDownOnTextClick () As Boolean
Public Property Let DropDownOnTextClick (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean The new value
Remarks