Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButton Class / Checked Property


In This Topic
Checked Property (SideButton)
In This Topic
Gets or sets a value that indicates whether the check box is in the checked state.
Syntax
'Declaration
 
Public Property Checked As Boolean
 
'Usage
 
Dim instance As SideButton
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked

Property Value

A bool value that indicates whether the check box is in the checked state.
See Also