FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / List Property


In This Topic
List Property (FpMultiOption)
In This Topic
Gets or sets the list of the individual option buttons.
Syntax
'Declaration
 
Public Property List As ArrayList
 
'Usage
 
Dim instance As FpMultiOption
Dim value As ArrayList
 
instance.List = value
 
value = instance.List
See Also