Unicode Controls & Classes for VB6 - Version 4
ctlUniComboFontXP
.Text Property
Gets or sets the current value of the combo
Syntax
Public Property Get Text () As String
Public Property Let Text (ByRef
New_Text
As String)
Parameters
Parameter
Description
ByRef
New_Text
As String
The new value, if the value doesn't exist in the list, this will be displayed in red color
Remarks