Class CommentEndUIProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentEndUIProvider : CommentUIProviderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
CommentEndUIProvider()
Declaration
public CommentEndUIProvider()
Properties
Instance
Declaration
public static CommentUIProviderBase Instance { get; }
Property Value
CommentUIProviderBase
|
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public override void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
IUILayerContainer
pagePresenter
|
CommentsPaneLayout
layout
|
FrameworkElement
element
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
PointF
viewOffset
|
Overrides
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
public override IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox markerBox, ObjectPool pool, RectangleF viewPort)
Parameters
IUILayerContainer
pagePresenter
|
AnnotationMarkerLayoutBox
markerBox
|
ObjectPool
pool
|
RectangleF
viewPort
|
Returns
System.Collections.Generic.IEnumerable<FrameworkElement>
|
Overrides
ElementRemovingFromUI(FrameworkElement)
Declaration
public override void ElementRemovingFromUI(FrameworkElement element)
Parameters
FrameworkElement
element
|
Overrides
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
public override bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters
CommentsPaneLayout
layout
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
RectangleF
viewPort
|
PointF
viewOffset
|
Returns
System.Boolean
|
Overrides
UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public override void UpdateUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
IUILayerContainer
pagePresenter
|
CommentsPaneLayout
layout
|
FrameworkElement
element
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
PointF
viewOffset
|