Skip to main content

IRichEditControl Methods

Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.
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