Skip to main content
A newer version of this page is available. .

IRichEditControl Members

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

Properties

Name Description
AutoSizeMode For internal use.
CanShowNumberingListForm For internal use.
Cursor For internal use.
Document Provides access to a Document interface representing the control’s document.
Handle Gets the handle to the window represented by the implementer. Inherited from IWin32Window.
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.

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.
CloseReviewingPaneForm() For internal use.
CreatePlatformSpecificScrollBarAdapter() This member supports the internal infrastructure and is not intended to be used directly from your code.
CreateRichEditMouseHandlerStrategyFactory() Provides a factory for creating platform-dependent mouse handlers.
CreateRichEditViewHorizontalScrollController(RichEditView) For internal use.
CreateRichEditViewVerticalScrollController(RichEditView) For internal use.
DoDragDrop(Object, DragDropEffects) For internal use.
ForceFlushPendingTextInput() For internal use.
GetContentOffset() For internal use.
GetService(Type) Gets the service object of the specified type. Inherited from IServiceProvider.
HideCaret() For internal use.
IsHyperlinkActive() For internal use.
IsVisibleReviewingPane() For internal use.
OnViewPaddingChanged() For internal use.
Print() For internal use.
RedrawEnsureSecondaryFormattingComplete(RefreshAction) For internal use.
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.
ShowBorderShadingForm(SelectedCellsCollection, Object) For internal use. Invokes the Borders and Shading form.
ShowBorderShadingForm(SelectedCellsCollection) For internal use.
ShowCaret() For internal use.
ShowColumnsSetupForm(ColumnsInfoUI, ShowColumnsSetupFormCallback, Object) For internal use.
ShowDeleteTableCellsForm(TableCellsParameters, ShowInsertDeleteTableCellsFormCallback, Object) For internal use.
ShowDocumentPropertiesForm() For internal use. Invokes the Document Properties form.
ShowDocumentProtectionQueryNewPasswordForm(ProtectionInfo, PasswordFormCallback) for internal use. Invokes the Document Protection form.
ShowDocumentProtectionQueryPasswordForm(ProtectionInfo, PasswordFormCallback) For internal use.Invokes The Unprotect Document form.
ShowEditStyleForm(CharacterStyle, ParagraphIndex, ShowEditStyleFormCallback) For internal use. Invokes a dialog used to edit a specified style.
ShowEditStyleForm(ParagraphStyle, ParagraphIndex, ShowEditStyleFormCallback) For internal use. Invokes a dialog used to edit a specified style.
ShowErrorMessage(String) For internal use.
ShowFloatingInlineObjectLayoutOptionsForm(FloatingInlineObjectParameters, ShowFloatingInlineObjectLayoutOptionsFormCallback, Object) For internal use.
ShowFontForm(MergedCharacterProperties, ShowFontFormCallback, Object) For internal use.
ShowHyperlinkForm(HyperlinkInfo, RunInfo, String, ShowHyperlinkFormCallback) For internal use.
ShowInsertMergeFieldForm() For internal use.
ShowInsertTableCellsForm(TableCellsParameters, ShowInsertDeleteTableCellsFormCallback, Object) For internal use.
ShowInsertTableForm(CreateTableParameters, ShowInsertTableFormCallback, Object) For internal use.
ShowLanguageForm(DocumentModel) For internal use.
ShowLineNumberingForm(LineNumberingInfo, ShowLineNumberingFormCallback, Object) For internal use.
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.
ShowPageSetupForm(PageSetupInfo, ShowPageSetupFormCallback, Object, PageSetupFormInitialTabPage) For internal use.
ShowParagraphForm(MergedParagraphProperties, ShowParagraphFormCallback, Object, TabsClickCallback) For internal use.
ShowParagraphForm(MergedParagraphProperties, ShowParagraphFormCallback, Object) Obsolete. For internal use.
ShowPasteSpecialForm(PasteSpecialInfo, ShowPasteSpecialFormCallback, Object) For internal use.
ShowPrintDialog() Invokes the Print dialog.
ShowPrintPreview() Invokes the Print Preview window.
ShowQuestionMessage(String) Shows the question message box. For internal use.
ShowRangeEditingPermissionsForm() For internal use.
ShowReplaceForm() For internal use.
ShowReviewingPaneForm(DocumentModel, CommentViewInfo, DocumentLogPosition, DocumentLogPosition, Boolean) For internal use.
ShowReviewingPaneForm(DocumentModel, CommentViewInfo, Boolean) For internal use.
ShowSearchForm() For internal use.
ShowSplitTableCellsForm(SplitTableCellsParameters, ShowSplitTableCellsFormCallback, Object) For internal use.
ShowSymbolForm(InsertSymbolViewModel) For internal use.
ShowTableOptionsForm(Table) For internal use. Invokes the Table Options form that enables you to specify table margins and spacing.
ShowTablePropertiesForm(SelectedCellsCollection) For internal use.
ShowTableStyleForm(TableStyle) For internal use.
ShowTabsForm(TabFormattingInfo, Int32, ShowTabsFormCallback, Object, Boolean) For internal use.
ShowTabsForm(TabFormattingInfo, Int32, ShowTabsFormCallback, Object) Obsolete. For internal use.
ShowTOCForm(Field) For internal use.
ShowWarningMessage(String) For internal use.
UpdateControlAutoSize() For internal use.
UpdateUIFromBackgroundThread(Action) For internal use. Forces updating visual elements of the RichEdit control to display changes resulting from the background formatting.
See Also