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 Tdx |
Copy | Specifies the state of copy to clipboard functionality and all UI elements associated with the corresponding end-user command. |
Copy |
Indicates if the copy operation is available. |
Create |
Specifies the availability of the end-user functionality related to creating new documents. |
Create |
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. |
Cut |
Indicates if the cut operation is available. |
Drag | Specifies if dragging is available. |
Drag |
Returns a value indicating whether it is possible to perform drag operations in the Rich Edit control. |
Drop | Specifies if drop operations are available. |
Drop |
Returns a value indicating if it is possible to perform drop operations in the Rich Edit control. |
Font |
Specifies the provider of the default font settings of the Rich Edit control. |
Fore |
Specifies the provider of the color settings applied to the Rich Edit control’s default font. |
Max |
Specifies the upper limit of document zooming. |
Min |
Specifies the lower limit of document zooming. |
Office |
Specifies a value indicating whether the Microsoft Office® style scrolling feature is available. |
Office |
Returns a value indicating whether the Microsoft Office® style scrolling feature is enabled. |
Open | Specifies the availability of the end-user document loading functionality. |
Open |
Returns a value indicating whether an end-user can load a document into the Rich Edit control. |
Overtype |
Specifies a value indicating whether the overtype feature is available in the Rich Edit control. |
Page |
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. |
Paste |
Indicates if the paste from clipboard operation is available. |
Paste |
Specifies the substitute character for line breaks in pasted HTML content. |
Paste |
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. |
Printing |
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. |
Save |
Returns a value indicating whether it is possible to save the changes made in the previously created document file. |
Save |
Specifies the availability of the end-user functionality related to saving a document as a new file. |
Save |
Returns a value indicating whether it is possible to save the document, currently opened in the Rich Edit control, as a new file. |
Show |
Specifies a value indicating whether the popup context menus can be invoked in the Rich Edit control. |
Show |
Returns a value indicating whether the popup context menus are available in the Rich Edit control. |
Tab |
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. |
Touch |
Returns a value indicating whether gestures are supported in the Rich Edit control. |
Use |
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. |
Zooming |
Returns a value indicating whether the document zooming functionality is available in the Rich Edit control. |
See Also