ItemData Property (FpList)
In This Topic
Gets or sets the item data list of a combo box.
Syntax
'Declaration
Public Property ItemData As ArrayList
'Usage
Dim instance As FpList
Dim value As ArrayList
instance.ItemData = value
value = instance.ItemData
public ArrayList ItemData {get; set;}
See Also