Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonInfo Class / Checked Property


In This Topic
    Checked Property (SideButtonInfo)
    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 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