Unicode Controls & Classes for VB6 - Version 4
ctlUniComboBoxXP
.List Property
Gets or Sets the item at a certain index
Syntax
Public Property Get List (ByVal
Index
As Long) As String
Public Property Let List (ByVal
Index
As Long, _
ByRef
NewText
As String)
Parameters
Parameter
Description
ByVal
Index
As Long
The index to use
ByRef
NewText
As String
The new value
Remarks