Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / CheckState Property


In This Topic
    CheckState Property
    In This Topic
    Gets or sets the state of the check box.
    Syntax
    'Declaration
     
    
    Public Overridable Property CheckState As CheckState
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As CheckState
     
    instance.CheckState = value
     
    value = instance.CheckState
    public virtual CheckState CheckState {get; set;}
    See Also