Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / Text Property


In This Topic
Text Property (SEditTextBox)
In This Topic
Gets or sets the string. Overrides the Text property for control of the Undo and Redo buffer.
Syntax
'Declaration
 
Public Overrides Property Text As String
 
'Usage
 
Dim instance As SEditTextBox
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also