|
AddService(Type, ServiceCreatorCallback, Boolean)
|
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
|
|
AddService(Type, ServiceCreatorCallback)
|
Adds the specified service to the service container.
|
|
AddService(Type, Object, Boolean)
|
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
|
|
AddService(Type, Object)
|
Adds the specified service to the service container.
|
|
CreateRichEditMouseHandlerStrategyFactory()
|
Provides a factory for creating platform-dependent mouse handlers.
|
|
GetService(Type)
|
Gets the service object of the specified type.
|
|
RemoveService(Type, Boolean)
|
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
|
|
RemoveService(Type)
|
Removes the specified service type from the service container.
|
|
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.
|