Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / List Property


In This Topic
List Property (FpCombo)
In This Topic
Gets or sets the list of items in a combo box.
Syntax
'Declaration
 
Public Property List As ArrayList
 
'Usage
 
Dim instance As FpCombo
Dim value As ArrayList
 
instance.List = value
 
value = instance.List
See Also