Class PermissionRangeEnd
Represents the end marker for a permission range in a RadDocument.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PermissionRangeEnd : AnnotationRangeEnd, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
PermissionRangeEnd()
Declaration
public PermissionRangeEnd()
Properties
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.Boolean
|
Overrides
SkipPositionBefore
Determines if the CaretPosition will be put before or after the annotation marker.
If the value of this property is true
for an AnnotationRangeStart, then if you move the caret to the annotation start and start typing,
the newly inserted text will be considered as part of the annotation. Vice versa, if it is set to false
, the typed text will be inserted before the annotation.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
|
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
The Inline 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 a PermissionRangeStart object.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
AnnotationRangeStart
The created PermissionRangeStart. |