FieldRangeEnd
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class FieldRangeEnd : FieldRangeEndBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IFieldRangeMarker
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseFieldRangeEnd...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FieldRangeEnd class.
C#
public FieldRangeEnd()
Properties
Gets the FieldRangeStart associated to this instance.
C#
public FieldRangeStart FieldRangeStart { get; }
The field range start.
Methods
Copies the content from another FieldRangeEnd.
C#
protected override void CopyContentFromOverride(DocumentElement fromElement)
The FieldRangeEnd to copy the content from.
Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Creates the range start instance.
C#
protected override AnnotationRangeStart CreateRangeStartInstance()
The created FieldRangeStart.
Overrides: