TXTextControl.DocumentPermissions.AllowCopy |
Specifies whether document content can be copied to the clipboard. |
TXTextControl.DocumentPermissions.AllowEditingFormFields |
Specifies whether form fields can be edited. |
TXTextControl.DocumentPermissions.AllowFormatting |
Gets or sets a value specifying whether the document can be formatted. |
TXTextControl.DocumentPermissions.AllowFormattingStyles |
Gets or sets a value specifying whether formatting styles can be used to format the document. |
TXTextControl.DocumentPermissions.AllowPrinting |
Gets or sets a value specifying whether the document can be printed. |
TXTextControl.DocumentPermissions.ReadOnly |
Gets or sets a value specifying whether the document is read only. |
TXTextControl.EditableRegion.DefaultHighlightColor |
Gets the default highlight color of an editable region. |
TXTextControl.EditableRegion.HighlightColor |
Gets or sets the highlight color for the editable region. |
TXTextControl.EditableRegion.HighlightMode |
Gets or sets a value indicating when the editable region is highlighted. |
TXTextControl.EditableRegion.ID |
Gets or sets the editable region's identifier. |
TXTextControl.EditableRegion.Length |
Gets the number of characters which belong to the editable region. |
TXTextControl.EditableRegion.UserName |
Gets or sets the name of the user who can edit the region. |
TXTextControl.EditableRegion.Number |
Gets the editable region's number. |
TXTextControl.EditableRegion.Start |
Gets the index (one-based) of the first character which belongs to the editable region. |
TXTextControl.EditableRegion.Text |
Gets the editable region's text. |
TXTextControl.EditableRegionCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.EditableRegionCollection.IsSynchronized |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
TXTextControl.EditableRegionCollection.Item |
Gets the editable region with the specified number from the collection. |
TXTextControl.EditableRegionCollection.SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
TXTextControl.EditableRegionEventArgs.EditableRegion |
Gets an object that represents the editable region which causes the event. |
TXTextControl.ServerTextControl.EditableRegions |
Gets a collection of all editable regions contained in the document. |