Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / SetBaseText Method
New text string


In This Topic
SetBaseText Method
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)

Parameters

newText
New text string
See Also