Class CommentUIProviderBase
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 abstract class CommentUIProviderBase : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
CommentUIProviderBase()
Declaration
protected CommentUIProviderBase()
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public abstract void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox box, SectionLayoutBox sectionBox, PointF pointF)
Parameters
IUILayerContainer
pagePresenter
|
CommentsPaneLayout
layout
|
FrameworkElement
element
|
AnnotationMarkerLayoutBox
box
|
SectionLayoutBox
sectionBox
|
PointF
pointF
|
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
public abstract IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox box, ObjectPool pool, RectangleF viewPort)
Parameters
IUILayerContainer
pagePresenter
|
AnnotationMarkerLayoutBox
box
|
ObjectPool
pool
|
RectangleF
viewPort
|
Returns
System.Collections.Generic.IEnumerable<FrameworkElement>
|
ElementRemovingFromUI(FrameworkElement)
Declaration
public virtual void ElementRemovingFromUI(FrameworkElement element)
Parameters
FrameworkElement
element
|
GetBorderBracket(AnnotationMarkerLayoutBox)
Declaration
protected FrameworkElement GetBorderBracket(AnnotationMarkerLayoutBox marker)
Parameters
AnnotationMarkerLayoutBox
marker
|
Returns
FrameworkElement
|
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
public virtual 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
|
UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public abstract void UpdateUIElement(IUILayerContainer uiLayerContainer, CommentsPaneLayout commentPaneLayout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF pointF)
Parameters
IUILayerContainer
uiLayerContainer
|
CommentsPaneLayout
commentPaneLayout
|
FrameworkElement
element
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
PointF
pointF
|