ClassCommentsUILayer
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class CommentsUILayer : IUILayer
Inheritance: objectCommentsUILayer
Implements:
Constructors
CommentsUILayer(IUILayerContainer)
Declaration
public CommentsUILayer(IUILayerContainer pagePresenter)
Parameters
pagePresenter
Properties
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
Implements
ProvidersEnumerable
Declaration
public virtual IEnumerable<AnnotationMarkerLayoutBox> ProvidersEnumerable { get; }
Property Value
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
Implements
ViewOffset
Offset of the view from the initial point (0, 0) generally related to scroll offset
ViewPort
Gets the rectangle currently visible
Methods
AddChild(FrameworkElement)
Declaration
public void AddChild(FrameworkElement uiElement)
Parameters
uiElement
ArrangeChildren()
Declaration
public void ArrangeChildren()
Implements
ClearChildren()
Declaration
public void ClearChildren()
Implements
DoOnPresentationChanged()
Declaration
public void DoOnPresentationChanged()
Implements
RemoveChild(FrameworkElement)
Declaration
public void RemoveChild(FrameworkElement existingElement)
Parameters
existingElement
UnregisterChildUIElement(FrameworkElement)
Declaration
public void UnregisterChildUIElement(FrameworkElement existingElement)
Parameters
existingElement
UpdateUI()
Declaration
protected virtual void UpdateUI()
UpdateViewPort(PointF, RectangleF, ObjectPool)
Declaration
public void UpdateViewPort(PointF viewOffset, RectangleF viewPort, ObjectPool uiElementPool)
Parameters
viewOffset
viewPort
uiElementPool
UpdateViewPort(RectangleF)
Declaration
public void UpdateViewPort(RectangleF viewPort)
Parameters
viewPort
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
context
Implements