Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.
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.

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.
AskPasswordConfirmation(String) For internal use.
CloseReviewingPaneForm() For internal use.
CreatePlatformSpecificScrollBarAdapter() For internal use.
CreateRichEditMouseHandlerStrategyFactory() Provides a factory for creating platform-dependent mouse handlers.
CreateRichEditViewHorizontalScrollController(RichEditView) For internal use.
CreateRichEditViewVerticalScrollController(RichEditView) For internal use.
DoDragDrop(Object, PortableDragDropEffects) 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.
OpenShowNotesForm(ShowNotesParameters, OpenShowNotesFormCallback, Object) 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.
ShowBorderShadingForm(SelectedCellsCollection) For internal use.
ShowCaret() For internal use.
ShowColumnsSetupForm(ColumnsInfoUI, ShowColumnsSetupFormCallback, Object) For internal use.
ShowConvertNotesForm(NotesFormController) 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.
ShowDocumentProtectionQueryPasswordForm(ProtectionInfo, PasswordFormCallback) For internal use.
ShowEditStyleForm(CharacterStyle, ParagraphIndex, ShowEditStyleFormCallback) For internal use.
ShowEditStyleForm(ParagraphStyle, ParagraphIndex, ShowEditStyleFormCallback) For internal use. Invokes a dialog used to edit a specified style.
ShowEncryptDocumentForm(EncryptionInfo, EncryptDocumentCallback) For internal use.
ShowEncryptionQueryPasswordForm(EncryptionInfo) For internal use.
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.
ShowHyphenationForm(HyphenationInfo, HyphenationOptionsCallback) For internal use.
ShowInsertMergeFieldForm() For internal use.
ShowInsertObjectForm() 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.
ShowNotesForm(NoteSettingsInfo, ShowNotesFormCallback, 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) 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.
ShowTablePositioningForm(TablePositioningFormControllerParameters, ShowTablePositioningFormCallback) For internal use.
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