skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Interface IDocumentEditorPresenterContainer

Namespace: Telerik.WinForms.Documents.UI
Assembly: Telerik.WinControls.RichTextEditor.dll

Syntax

public interface IDocumentEditorPresenterContainer

Properties

AcceptsReturn

Declaration
bool AcceptsReturn { get; set; }
Property Value
System.Boolean

AcceptsTab

Declaration
bool AcceptsTab { get; set; }
Property Value
System.Boolean

AllowScaling

Declaration
bool AllowScaling { get; set; }
Property Value
System.Boolean

AutoInsertHyperlinks

Declaration
bool AutoInsertHyperlinks { get; set; }
Property Value
System.Boolean

CaretColor

Declaration
Color CaretColor { get; set; }
Property Value
Color

CaretFactory

Declaration
ICaretFactory CaretFactory { get; }
Property Value
ICaretFactory

CommentPaneMinWidth

Declaration
double CommentPaneMinWidth { get; set; }
Property Value
System.Double

CommentTemplateContentMargin

Declaration
Thickness CommentTemplateContentMargin { get; set; }
Property Value
Thickness

CurrentEditingContext

Declaration
EditingContext CurrentEditingContext { get; }
Property Value
EditingContext

CurrentEditingStyle

Declaration
StyleDefinition CurrentEditingStyle { get; }
Property Value
StyleDefinition

Document

Declaration
RadDocument Document { get; }
Property Value
RadDocument

DocumentEditor

Declaration
IDocumentEditor DocumentEditor { get; }
Property Value
IDocumentEditor

EmailPattern

Declaration
string EmailPattern { get; set; }
Property Value
System.String

EnforcedPermissionRangeBrush

Declaration
Brush EnforcedPermissionRangeBrush { get; set; }
Property Value
System.Drawing.Brush

FieldShadingMode

Declaration
FieldShadingType FieldShadingMode { get; set; }
Property Value
FieldShadingType

HeaderFooterUIContext

Declaration
HeaderFooterUIContext HeaderFooterUIContext { get; }
Property Value
HeaderFooterUIContext

HyperlinkPattern

Declaration
string HyperlinkPattern { get; set; }
Property Value
System.String

IgnoredWords

Declaration
IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
IIgnoredWordDictionary

ImageSelectionAdornerSettings

Declaration
ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; }
Property Value
ImageSelectionAdornerSettings

IsFocusable

Declaration
bool IsFocusable { get; set; }
Property Value
System.Boolean

IsInHeaderFooterEditMode

Declaration
bool IsInHeaderFooterEditMode { get; set; }
Property Value
System.Boolean

IsReadOnly

Declaration
bool IsReadOnly { get; set; }
Property Value
System.Boolean

IsSpellCheckingEnabled

Declaration
bool IsSpellCheckingEnabled { get; set; }
Property Value
System.Boolean

ScaleFactor

Declaration
Size ScaleFactor { get; set; }
Property Value
Size

SelectedComment

Declaration
Comment SelectedComment { get; set; }
Property Value
Comment

SelectedNote

Declaration
Note SelectedNote { get; set; }
Property Value
Note

SelectionFill

Declaration
Brush SelectionFill { get; set; }
Property Value
System.Drawing.Brush

SelectionStroke

Declaration
Brush SelectionStroke { get; set; }
Property Value
System.Drawing.Brush

ShouldShowSelectionMarkers

Declaration
bool ShouldShowSelectionMarkers { get; }
Property Value
System.Boolean

ShowComments

Declaration
bool ShowComments { get; set; }
Property Value
System.Boolean

ShowFormattingSymbols

Declaration
bool ShowFormattingSymbols { get; set; }
Property Value
System.Boolean

SpellChecker

Declaration
ISpellChecker SpellChecker { get; set; }
Property Value
ISpellChecker

UILayersBuilder

Declaration
UILayersBuilder UILayersBuilder { get; }
Property Value
UILayersBuilder

Methods

CallOnNoteReferenceClicked(MouseButtonEventArgs)

Declaration
void CallOnNoteReferenceClicked(MouseButtonEventArgs args)
Parameters
MouseButtonEventArgs args

GetApperanceSettingsForComment(Comment)

Declaration
CommentAppearanceSettings GetApperanceSettingsForComment(Comment comment)
Parameters
Comment comment

Returns
CommentAppearanceSettings

GetUIProviderRegistry()

Declaration
UIProviderRegistry GetUIProviderRegistry()
Returns
UIProviderRegistry

HideSelectionMarkers()

Declaration
void HideSelectionMarkers()

InvalidateEditorArrange()

Declaration
void InvalidateEditorArrange()

InvalidateEditorMeasure()

Declaration
void InvalidateEditorMeasure()

ScrollToNote(Note)

Declaration
void ScrollToNote(Note note)
Parameters
Note note

SetActiveDocumentEditor(IDocumentEditor, DocumentEditorType)

Declaration
void SetActiveDocumentEditor(IDocumentEditor documentEditor, DocumentEditorType documentEditorType)
Parameters
IDocumentEditor documentEditor

DocumentEditorType documentEditorType

ShowSelectionMarkers()

Declaration
void ShowSelectionMarkers()

TrackCurrentEditingStyles()

Declaration
void TrackCurrentEditingStyles()

UpdateCurrentEditingStyle()

Declaration
void UpdateCurrentEditingStyle()

UpdateCurrentVisiblePage(Int32)

Declaration
void UpdateCurrentVisiblePage(int newValue)
Parameters
System.Int32 newValue

UpdateEditorLayout()

Declaration
void UpdateEditorLayout()

Events

ProtectionStateChanged

Declaration
event EventHandler ProtectionStateChanged
Event Type
System.EventHandler

ScaleFactorChanged

Declaration
event EventHandler ScaleFactorChanged
Event Type
System.EventHandler

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.