Unicode Controls & Classes for VB6 - Version 4

ctlUniComboFontXP.ItemData Property

Gets or sets the [ListTag] but limited to be a number

Syntax
Public Property Get ItemData (ByVal Index As Long) As Long
Public Property Let ItemData (ByVal Index As Long, _
ByRef NewValue As Long)
Parameters
Parameter Description
ByVal Index As Long The index to use
ByRef NewValue As Long The new custom data
Remarks