IRichEditControl Properties
Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.| Name | Description |
|---|---|
| Document | Provides access to a Document interface representing the control’s document. |
| DocumentViewDirection | Specifies the page order in Print Layout view and in Print Preview. |
| HyphenationDictionaries | Provides access to the collection of hyphenation dictionaries. |
| IsPrintingAvailable | Indicates whether the RichEditControl content can be printed or exported. |
| IsPrintPreviewAvailable | Indicates whether the control can be printed and the print preview for the control is available. |
| Overtype | Specifies whether or not the overtype mode is enabled for the RichEdit control. |
| OvertypeAllowed | Indicates whether or not the overtype feature is allowed. |
| ShowCaretInReadOnly | Specifies whether or not the caret is displayed if the control is read-only. |
| UseStandardDragDropMode | Indicates whether or not the standard drag-and-drop mode is selected. |
See Also