TXTextControl.CannotTrackChangeEventArgs.Cancel |
Gets or sets a value indicating whether the change of the document should be performed. |
TXTextControl.CannotTrackChangeEventArgs.DefaultMessage |
Gets the default message for the user. |
TXTextControl.CannotTrackChangeEventArgs.Handled |
A subscriber can set this property to true to indicate that he has handled the event. |
TXTextControl.ServerTextControl.TrackedChanges |
Gets a collection of all changes made in the active part of the document. |
TXTextControl.TrackedChange.Active |
Gets or sets a value specifying whether the TrackedChange is currently active or not. |
TXTextControl.TrackedChange.ChangeKind |
Gets the kind of change. |
TXTextControl.TrackedChange.ChangeTime |
Gets the date and time when the change has been made. |
TXTextControl.TrackedChange.DefaultHighlightColor |
Gets the default highlight color of a tracked change. |
TXTextControl.TrackedChange.HighlightColor |
Gets or sets the highlight color for the tracked change. |
TXTextControl.TrackedChange.HighlightMode |
Gets or sets a value indicating whether the tracked change is highlighted. |
TXTextControl.TrackedChange.Length |
Gets the number of changed characters. |
TXTextControl.TrackedChange.Number |
Gets the change's number. |
TXTextControl.TrackedChange.Start |
Gets the index (one-based) of the first changed character. |
TXTextControl.TrackedChange.Text |
Gets the changed text. |
TXTextControl.TrackedChange.UserName |
Gets the name of the user who has changed the document. |
TXTextControl.TrackedChangeCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.TrackedChangeCollection.IsSynchronized |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
TXTextControl.TrackedChangeCollection.Item |
Gets the change with the specified number from the collection. |
TXTextControl.TrackedChangeCollection.SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
TXTextControl.TrackedChangeEventArgs.TrackedChange |
Gets an object that represents the tracked change which causes the event. |