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


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