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


In This Topic
ThreeState Property (FpCheckBox)
In This Topic
Gets or sets whether the check box control has a third state.
Syntax
'Declaration
 
Public Overridable Property ThreeState As Boolean
 
'Usage
 
Dim instance As FpCheckBox
Dim value As Boolean
 
instance.ThreeState = value
 
value = instance.ThreeState
See Also