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


In This Topic
OnSetText Method
In This Topic
This is called when the public Text property is called.
Syntax
'Declaration
 
Protected Overridable Sub OnSetText( _
   ByVal newText As String _
) 
 
'Usage
 
Dim instance As SEditTextBox
Dim newText As String
 
instance.OnSetText(newText)

Parameters

newText
New text string
See Also