The TrackedChangesDialog class implements a dialog box that shows all tracked changes of the document. Each of these elements can be selected to move the current input position to the related reviewed text scope and handle it by accepting or rejecting the corresponding tracked change object. The dialog can be opened as a modeless dialog box. Each item of the dialog box has a name, available through its Name property, which corresponds with a member of the WPF.TrackedChangesDialog.DialogItem enumeration. The FrameworkElement.FindName method can be used to get a certain item and manipulate, move or delete it. The WPF.TrackedChangesDialog is a modeless dialog box which must be shown with the WPF.TrackedChangesDialog.Show method.

Syntax

public class TrackedChangesDialog : System.Windows.Window
Public Class TrackedChangesDialog
  Inherits System.Windows.Window

Introduced: 30.0.

Constructors

Constructor Description
TrackedChangesDialog Creates a TrackedChangesDialog object for the specified WPF.TextControl.

Enumerations

Enumeration Description
DialogItem Each DialogItem represents an item in a WPF.TrackedChangesDialog dialog box.