Enum AnnotationMarkerDeleteBehavior
Describes the behavior of an annotation in case of delete operation.
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum AnnotationMarkerDeleteBehavior
PreserveAnnotation
Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.
PreserveAnnotationContent
Deprecated. Preserves the annotation and its content from modifications and deleting. Can be used for DeleteSelectedBehavior.
RemoveAnnotation
Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.
SelectAnnotation
Selects the annotation. Can be used for Backspace and DeleteBehavior.
SelectAnnotationMarker
Selects the annotation marker. Can be used for Backspace and DeleteBehavior.