Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / Checked Property


In This Topic
    Checked Property (FpCheckBox)
    In This Topic
    Gets or sets whether the check box is checked.
    Syntax
    'Declaration
     
    
    Public Overridable Property Checked As Boolean
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As Boolean
     
    instance.Checked = value
     
    value = instance.Checked
    public virtual bool Checked {get; set;}
    See Also