RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / DocumentHistoryGroup Class
Members

In This Topic
    DocumentHistoryGroup Class
    In This Topic
    Helper class for handling DocumentHistory groups, starts a group when constructed, and ends it when disposed. This is meant to be used with the using keyword.
    Object Model
    DocumentHistoryGroup Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DocumentHistoryGroup 
    public sealed class DocumentHistoryGroup 
    Inheritance Hierarchy

    System.Object
       C1.WPF.RichTextBox.Documents.DocumentHistoryGroup

    See Also