Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / Value Property


In This Topic
Value Property (FpCheckBox)
In This Topic
Gets or sets the value of the check box control.
Syntax
'Declaration
 
Public Overridable Property Value As CheckValue
 
'Usage
 
Dim instance As FpCheckBox
Dim value As CheckValue
 
instance.Value = value
 
value = instance.Value
See Also