Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / SetBaseText Method
New text string


In This Topic
    SetBaseText Method (SEditTextBox)
    In This Topic
    Sets the Text property in the base class (Textbox) but preserves the "undo" buffer.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetBaseText( _
       ByVal newText As String _
    ) 
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim newText As String
     
    instance.SetBaseText(newText)
    protected virtual void SetBaseText( 
       string newText
    )

    Parameters

    newText
    New text string
    See Also