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


In This Topic
    CheckOnClick Property (SideButtonInfo)
    In This Topic
    Gets or sets a value that indicates whether to check the button when clicked.
    Syntax
    'Declaration
     
    
    Public Property CheckOnClick As Boolean
    'Usage
     
    
    Dim instance As SideButtonInfo
    Dim value As Boolean
     
    instance.CheckOnClick = value
     
    value = instance.CheckOnClick
    public bool CheckOnClick {get; set;}

    Property Value

    A bool value, true to check the button when clicked; otherwise, false.
    See Also