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

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