Deletes elements and content in a range.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static C1TextPointer Delete(
	this C1TextRange range
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function Delete ( _
	range As C1TextRange _
) As C1TextPointer

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A C1TextRange where the content is to be deleted.

Return Value

A position before the deleted range,

See Also