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


In This Topic
    Caption Property (FpCheckBox)
    In This Topic
    Gets or sets the default text displayed in the check box.
    Syntax
    'Declaration
     
    
    Public Overridable Property Caption As String
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    public virtual string Caption {get; set;}
    See Also