New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class SelectionUILayer : IUILayer

Inheritance: objectSelectionUILayer

Implements: IUILayer

Constructors

C#
public SelectionUILayer(IDocumentEditorPresenterContainer documentEditor)
Parameters:documentEditorIDocumentEditorPresenterContainer

Fields

C#
public SectionLayoutBox currentSectionLayoutBox

Properties

C#
public bool IsHitTestVisible { get; set; }

Implements: IUILayer.IsHitTestVisible

C#
public string Name { get; }

Implements: IUILayer.Name

C#
public bool ShouldClip { get; }

Implements: IUILayer.ShouldClip

C#
public bool ShouldUpdateWhenNotInvalidated { get; }

Implements: IUILayer.ShouldUpdateWhenNotInvalidated

Methods

C#
public void ArrangeChildren()

Implements: IUILayer.ArrangeChildren()

C#
public void ClearChildren()

Implements: IUILayer.ClearChildren()

C#
public void DoOnPresentationChanged()

Implements: IUILayer.DoOnPresentationChanged()

C#
public UIElement GetLayerUIElement()
Returns:

UIElement

Implements: IUILayer.GetLayerUIElement()

C#
public void RegisterInlineSelectionHandler(Type inlineType, IInlineSelectionHandler selectionHandler)
Parameters:inlineTypeTypeselectionHandlerIInlineSelectionHandler
C#
public void UnregisterInlineSelectionHandler(Type inlineType)
Parameters:inlineTypeType
C#
public void UpdateUIViewPort(PointF viewOffset, RectangleF viewPort)
Parameters:viewOffsetPointFviewPortRectangleF
C#
public virtual void UpdateViewPort(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

Implements: IUILayer.UpdateViewPort(UILayerUpdateContext)