Spread Windows Forms 12.0 Product Documentation
Checked Property (SideButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonInfo Class : Checked Property
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 SideButtonInfo
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
public bool Checked {get; set;}

Property Value

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

Reference

SideButtonInfo Class
SideButtonInfo Members