RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / DocumentHistory Class / CanUndo Property

In This Topic
    CanUndo Property (DocumentHistory)
    In This Topic
    Returns whether there is an action to undo.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanUndo As Boolean
    public bool CanUndo {get;}
    See Also