Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessTextBox Class / LastText Property


In This Topic
LastText Property
In This Topic
Get or set the LastText.
Syntax
'Declaration
 
Public Property LastText As String
 
'Usage
 
Dim instance As ModelessTextBox
Dim value As String
 
instance.LastText = value
 
value = instance.LastText
See Also