SelectionUILayer
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class SelectionUILayer : IUILayer
Inheritance: objectSelectionUILayer
Implements:
Constructors
C#
public SelectionUILayer(IDocumentEditorPresenterContainer documentEditor)
Fields
C#
public SectionLayoutBox currentSectionLayoutBox
Properties
C#
public bool IsHitTestVisible { get; set; }
Implements:
C#
public bool ShouldClip { get; }
Implements:
C#
public bool ShouldUpdateWhenNotInvalidated { get; }
Implements:
Methods
C#
public void ArrangeChildren()
Implements:
C#
public void ClearChildren()
Implements:
C#
public void DoOnPresentationChanged()
Implements:
C#
public void RegisterInlineSelectionHandler(Type inlineType, IInlineSelectionHandler selectionHandler)
C#
public void UpdateUIViewPort(PointF viewOffset, RectangleF viewPort)
C#
public virtual void UpdateViewPort(UILayerUpdateContext context)
Implements: