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


In This Topic
AutoCheck Property
In This Topic
Gets or sets whether the user can toggle the state of the check box control by clicking the control or by pressing the spacebar when the control has the focus.
Syntax
'Declaration
 
Public Overridable Property AutoCheck As Boolean
 
'Usage
 
Dim instance As FpCheckBox
Dim value As Boolean
 
instance.AutoCheck = value
 
value = instance.AutoCheck
See Also