Class
ProofingErrorsDecorationUILayer

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers.TextDecorationLayers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ProofingErrorsDecorationUILayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseProofingErrorsDecorationUILayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

ProofingErrorsDecorationUILayer()

Declaration

cs-api-definition
public ProofingErrorsDecorationUILayer()

Properties

MaximumIncorrectWordsNumber

Gets or sets the maximum incorrect words number. Negative value means unlimited.

Declaration

cs-api-definition
protected virtual int MaximumIncorrectWordsNumber { get; }

Property Value

int

The maximum incorrect words number.

Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides DecorationUILayerBase.Name

Methods

Clear()

Declaration

cs-api-definition
protected override void Clear()

Overrides DecorationUILayerBase.Clear()

ClearChildren()

Declaration

cs-api-definition
public override void ClearChildren()

Overrides DecorationUILayerBase.ClearChildren()

UpdateUIViewPortOverride(UILayerUpdateContext)

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)