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 TrackedChangesDialog.DialogItem enumeration. The TrackedChangesDialog.FindItem method can be used to get a certain item and manipulate, move or delete it. The TrackedChangesDialog is a modeless dialog box which must be shown with the TrackedChangesDialog.Show method.

Syntax

public class TrackedChangesDialog : System.Windows.Forms.Form
Public Class TrackedChangesDialog
  Inherits System.Windows.Forms.Form

Introduced: 30.0.

Constructors

Constructor Description
TrackedChangesDialog Creates a TrackedChangesDialog object for the specified Windows Forms TextControl.

Enumerations

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

Methods

Method Description
FindItem Finds a control that has the provided identifier name.