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


In This Topic
    Value Property (SEditTextBox)
    In This Topic
    Gets or sets the value of the string or object in the text editor.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As Object
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public virtual object Value {get; set;}
    See Also