New to Telerik UI for WinFormsStart a free 30-day trial

Describes the behavior of an annotation in case of delete operation.

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum AnnotationMarkerDeleteBehavior

Fields

Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.

C#
PreserveAnnotation = 0

Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.

C#
RemoveAnnotation = 2

Selects the annotation. Can be used for Backspace and DeleteBehavior.

C#
SelectAnnotation = 1

Selects the annotation marker. Can be used for Backspace and DeleteBehavior.

C#
SelectAnnotationMarker = 3