ItemData Property
Description
Returns or sets a specific number for each item in the list box control.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ItemData( _
ByVal Index As Long _
) As Variant
Parameters
- Index: The number of a specific item in the list box.
Remarks
The ItemData property is an array of long integer values with the same number of items as the list box's List property. You can use the numbers associated with each item to identify the items.
See Also

| Suite Pro Controls ActiveX Control v24.0 |
|---|
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.