Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / UndoText Property


In This Topic
    UndoText Property (SEditTextBox)
    In This Topic
    Get or set the contents of the Undo buffer. The buffer is used when the user presses Ctrl-Z or the owner calls "UndoChanges()".
    Syntax
    'Declaration
     
    
    Public Overridable Property UndoText As String
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As String
     
    instance.UndoText = value
     
    value = instance.UndoText
    public virtual string UndoText {get; set;}
    See Also