Class FieldRangeEnd
Inheritance
System.Object
FieldRangeEnd
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 FieldRangeEnd : FieldRangeEndBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IFieldRangeMarker
Constructors
FieldRangeEnd()
Properties
FieldRangeStart
Gets the FieldRangeStart associated to this instance.
Declaration
public FieldRangeStart FieldRangeStart { get; }
Property Value
FieldRangeStart
The field range start. |
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another FieldRangeEnd.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
The FieldRangeEnd to copy the content from. |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
The new instance. |
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
AnnotationRangeStart
The created FieldRangeStart. |