OnSetText Method (InputTextBox)
This is called when the public Text property is called.
protected virtual void OnSetText(
string
)
'Declaration
Protected Overridable Sub OnSetText( _
ByVal As String _
)
'Usage
Dim instance As InputTextBox
Dim newText As String
instance.OnSetText(newText)
Parameters
- newText
- New text string