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


In This Topic
Value Property (FpMultiOption)
In This Topic
Gets or sets the currently selected option from the multiple option buttons.
Syntax
'Declaration
 
Public Property Value As Integer
 
'Usage
 
Dim instance As FpMultiOption
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
See Also