ClassHighlightingFieldsDecorationUILayer
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers.TextDecorationLayers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class HighlightingFieldsDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseHighlightingFieldsDecorationUILayer
Implements:
Inherited Members
Constructors
HighlightingFieldsDecorationUILayer()
Declaration
cs-api-definition
public HighlightingFieldsDecorationUILayer()
Properties
LastUpdateContext
Declaration
cs-api-definition
public UILayerUpdateContext LastUpdateContext { get; }
Property Value
ShouldUpdateWhenNotInvalidated
Declaration
cs-api-definition
public override bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
Overrides
Methods
OnDocumentChanged()
Declaration
cs-api-definition
protected override void OnDocumentChanged()
Overrides
OnDocumentChanging()
Declaration
cs-api-definition
protected override void OnDocumentChanging()
Overrides
UpdateUIViewPortOverride(UILayerUpdateContext)
Declaration
cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
Overrides