Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / Text Property


In This Topic
    Text Property (SEditTextBox)
    In This Topic
    Gets or sets the string. Overrides the Text property for control of the Undo and Redo buffer.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public override string Text {get; set;}
    See Also