TXTextControl.DocumentPermissions.AllowCopy |
Specifies whether document content can be copied to the clipboard. |
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.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.EditableRegion.UserName |
Gets or sets the name of the user who can edit the region. |
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.FrameBase.Bounds |
Gets the frame's bounding rectangle relative to the upper left corner of the document. |
TXTextControl.HeaderFooter.EditableRegions |
Gets a collection of all editable regions in the header or footer. |
TXTextControl.IFormattedText.EditableRegions |
Gets a collection of all editable regions in the text part. |
TXTextControl.MiniToolbar.RibbonGroups |
Gets a collection of all ribbon groups in a MiniToolbar. |
TXTextControl.MiniToolbarInitializedEventArgs.MiniToolbar |
Considering which event (TextControl.TextMiniToolbarInitialized or TextControl.ObjectMiniToolbarInitialized) is raised the property provides an object of type TextMiniToolbar or ObjectMiniToolbar that can be altered, extended or completely replaced. |
TXTextControl.MiniToolbarOpeningEventArgs.Location |
Gets the location, in pixels, where the mini toolbar is displayed. |
TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbar |
Gets or sets the mini toolbar, which will be shown. |
TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbarContext |
Gets the context in the document for which a mini toolbar will be opened. |
TXTextControl.ServerTextControl.EditableRegions |
Gets a collection of all editable regions contained in the document. |
TXTextControl.TextControl.CanCharacterFormat |
Informs whether the currently selected text can be formatted with character formatting attributes. |
TXTextControl.TextControl.CanDocumentFormat |
Informs whether the document can be formatted with page and section formatting attributes. |
TXTextControl.TextControl.CanEdit |
Informs whether the document's text and/or formatting attributes can be changed. |
TXTextControl.TextControl.CanParagraphFormat |
Informs whether the currently selected text can be formatted with paragraph formatting attributes. |
TXTextControl.TextControl.CanPrint |
Informs whether the document can be printed. |
TXTextControl.TextControl.CanStyleFormat |
Informs whether the document can be formatted with formatting styles. |
TXTextControl.TextControl.CanTableFormat |
Informs whether the currently selected text can be formatted with table formatting attributes. |
TXTextControl.TextControl.DocumentPermissions |
Gets a DocumentPermissions object which provides properties determining how a document can be edited and formatted when the EditMode property is set to EditMode.ReadAndSelect. |
TXTextControl.TextControl.EditableRegions |
Gets a collection of all editable regions contained in the document. |
TXTextControl.TextControl.SelectObjects |
Gets or sets a value controlling the selection of objects which are inserted behind the text. |
TXTextControl.TextControl.ShowMiniToolbar |
Gets or sets a value indicating whether a mini toolbar is shown. |
TXTextControl.TextControl.UserNames |
Gets or sets a list of names specifying users who have access to editable regions. |
TXTextControl.TextFrame.EditableRegions |
Gets a collection of all editable regions in the text frame. |
TXTextControl.Windows.Forms.Ribbon.RibbonListView.MaxColumnCount |
Gets or sets a value specifying the maximum number of columns in this RibbonListView. |
TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinRowCount |
Gets or sets the minimum number of rows in this RibbonListView. |
TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.AllowAddingUserNames |
Gets or sets a value indicating whether the user can add user names by the RibbonPermissionsTab's Add Users dialog that are not represented by the RegisteredUserNames property. |
TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RegisteredUserNames |
Gets or sets an array of strings that represents those registered user names that can be added by the RibbonPermissionsTab's Add Users dialog. |