TdxRichEditBehaviorOptions Properties
Stores the Rich Edit control’s behavior settings.| Name | Description |
|---|---|
| Changed | Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions. |
| Copy | Specifies the state of copy to clipboard functionality and all UI elements associated with the corresponding end-user command. |
| CopyAllowed | Indicates if the copy operation is available. |
| CreateNew | Specifies the availability of the end-user functionality related to creating new documents. |
| CreateNewAllowed | Returns a value indicating whether an end-user can create a new document in the Rich Edit control. |
| Cut | Specifies the state of cut to clipboard functionality and all UI elements associated with the corresponding end-user command. |
| CutAllowed | Indicates if the cut operation is available. |
| Drag | Specifies if dragging is available. |
| DragAllowed | Returns a value indicating whether it is possible to perform drag operations in the Rich Edit control. |
| Drop | Specifies if drop operations are available. |
| DropAllowed | Returns a value indicating if it is possible to perform drop operations in the Rich Edit control. |
| FontSource | Specifies the provider of the default font settings of the Rich Edit control. |
| ForeColorSource | Specifies the provider of the color settings applied to the Rich Edit control’s default font. |
| MaxZoomFactor | Specifies the upper limit of document zooming. |
| MinZoomFactor | Specifies the lower limit of document zooming. |
| OfficeScrolling | Specifies a value indicating whether the Microsoft Office® style scrolling feature is available. |
| OfficeScrollingAllowed | Returns a value indicating whether the Microsoft Office® style scrolling feature is enabled. |
| Open | Specifies the availability of the end-user document loading functionality. |
| OpenAllowed | Returns a value indicating whether an end-user can load a document into the Rich Edit control. |
| OvertypeAllowed | Specifies a value indicating whether the overtype feature is available in the Rich Edit control. |
| PageBreakInsertMode | Specifies the active page break insertion mode. |
| Paste | Specifies the state of paste from clipboard functionality and all UI elements associated with the corresponding end-user command. |
| PasteAllowed | Indicates if the paste from clipboard operation is available. |
| PasteLineBreakSubstitution | Specifies the substitute character for line breaks in pasted HTML content. |
| PasteSingleCellAsText | Specifies if a paste operation inserts one copied table cell as text. |
| Printing | Specifies a value indicating whether printing is available in the Rich Edit control. |
| PrintingAllowed | Returns a value indicating whether the printing functionality is available in the Rich Edit control. |
| Save | Specifies the availability of the end-user document saving functionality. |
| SaveAllowed | Returns a value indicating whether it is possible to save the changes made in the previously created document file. |
| SaveAs | Specifies the availability of the end-user functionality related to saving a document as a new file. |
| SaveAsAllowed | Returns a value indicating whether it is possible to save the document, currently opened in the Rich Edit control, as a new file. |
| ShowPopupMenu | Specifies a value indicating whether the popup context menus can be invoked in the Rich Edit control. |
| ShowPopupMenuAllowed | Returns a value indicating whether the popup context menus are available in the Rich Edit control. |
| TabMarker | Specifies a character or string used to substitute the tab character in a document opened in the Rich Edit control. |
| Touch | Specifies a value indicating whether gestures are supported in the Rich Edit control. |
| TouchAllowed | Returns a value indicating whether gestures are supported in the Rich Edit control. |
| UseFontSubstitution | Specifies a value indicating whether the Rich Edit control displays a font substitution for characters missing in the current font. |
| Zooming | Specifies a value indicating whether it is possible to zoom the displayed document in or out. |
| ZoomingAllowed | Returns a value indicating whether the document zooming functionality is available in the Rich Edit control. |
See Also