Skip to main content

IRichEditControl Members

Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.

Properties

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.

Methods

Name Description
AddService(Type, ServiceCreatorCallback, Boolean) Adds the specified service to the service container, and optionally promotes the service to parent service containers. Inherited from IServiceContainer.
AddService(Type, ServiceCreatorCallback) Adds the specified service to the service container. Inherited from IServiceContainer.
AddService(Type, Object, Boolean) Adds the specified service to the service container, and optionally promotes the service to any parent service containers. Inherited from IServiceContainer.
AddService(Type, Object) Adds the specified service to the service container. Inherited from IServiceContainer.
CreateRichEditMouseHandlerStrategyFactory() Provides a factory for creating platform-dependent mouse handlers.
GetService(Type) Gets the service object of the specified type. Inherited from IServiceProvider.
RemoveService(Type, Boolean) Removes the specified service type from the service container, and optionally promotes the service to parent service containers. Inherited from IServiceContainer.
RemoveService(Type) Removes the specified service type from the service container. Inherited from IServiceContainer.
ScrollToCaret() Scrolls the document to the caret position.
ShowBookmarkForm() For internal use. Invokes the bookmark form.
ShowDocumentPropertiesForm() For internal use. Invokes the Document Properties form.
ShowNumberingListForm(ParagraphList, ShowNumberingListFormCallback, Object) For internal use. Invokes the Bullets and Numbering dialog that enables you to set numbered list options for the specified paragraphs.
ShowPrintDialog() Invokes the Print dialog.
ShowPrintPreview() Invokes the Print Preview window.
UpdateUIFromBackgroundThread(Action) For internal use. Forces updating visual elements of the RichEdit control to display changes resulting from the background formatting.
See Also