FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / SetBaseText Method
New text string


In This Topic
SetBaseText Method (InputTextBox)
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 InputTextBox
Dim newText As String
 
instance.SetBaseText(newText)

Parameters

newText
New text string
See Also