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

In This Topic
    Ignore Property (DocumentHistory)
    In This Topic
    Gets or sets a value that indicates whether the action is stored in DocumentHistory or not when change the document.
    Syntax
    'Declaration
     
    
    Public Property Ignore As Boolean
    public bool Ignore {get; set;}
    See Also