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


In This Topic
    UndoText Property (InputTextBox)
    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 InputTextBox
    Dim value As String
     
    instance.UndoText = value
     
    value = instance.UndoText
    public virtual string UndoText {get; set;}
    See Also