IRichEditControl Properties
Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.| Name | Description |
|---|---|
| ActualDpiScale | For internal use. |
| AutoSizeMode | For internal use. |
| CanShowNumberingListForm | For internal use. |
| Cursor | For internal use. |
| 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. |
| InnerControl | For internal use. |
| InnerDocumentServer | For internal use. |
| 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. |
| SkinBottomMargin | For internal use. |
| SkinLeftMargin | For internal use. |
| SkinRightMargin | For internal use. |
| SkinTextColors | For internal use. |
| SkinTopMargin | For internal use. |
| UseGdiPlus | For internal use. |
| UseSkinMargins | For internal use. |
| UseStandardDragDropMode | Indicates whether or not the standard drag-and-drop mode is selected. |
| ViewBounds | For internal use. |
See Also