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


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