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


In This Topic
CheckState Property
In This Topic
Gets or sets the state of the check box.
Syntax
'Declaration
 
Public Overridable Property CheckState As CheckState
 
'Usage
 
Dim instance As FpCheckBox
Dim value As CheckState
 
instance.CheckState = value
 
value = instance.CheckState
See Also