ctlUniListBoxExXP.ListTag PropertyGets or sets the Tag associated with a certain list itemSyntax
Public Property Get ListTag (ByVal Index As Long) As Variant
Public Property Let ListTag (ByVal Index As Long, _ ByRef NewTag As Variant) Parameters
Remarks
Private Sub Form_Load() |