Spread Windows Forms 15.0
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
    public string LastText {get; set;}
    See Also