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

In This Topic
    Ignore Property
    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