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


In This Topic
    TextFalse Property (FpCheckBox)
    In This Topic
    Gets or sets the text displayed when the state of the check box control is false.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextFalse As String
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As String
     
    instance.TextFalse = value
     
    value = instance.TextFalse
    public virtual string TextFalse {get; set;}
    See Also