RichTextBox for WinRT
Delete Method


A C1.Xaml.RichTextBox.Documents.C1TextRange where the content is to be deleted.
Deletes elements and content in a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Delete( _
   ByVal range As C1TextRange, _
   Optional ByVal hasSelection As System.Boolean, _
   Optional ByVal needDeleteTable As System.Boolean _
) As C1TextPointer
'Usage
 
Dim range As C1TextRange
Dim hasSelection As System.Boolean
Dim needDeleteTable As System.Boolean
Dim value As C1TextPointer
 
value = EditExtensions.Delete(range, hasSelection, needDeleteTable)
[System.Runtime.CompilerServices.Extension()]
public static C1TextPointer Delete( 
   C1TextRange range,
   System.bool hasSelection,
   System.bool needDeleteTable
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange where the content is to be deleted.
hasSelection
needDeleteTable

Return Value

A position before the deleted range,
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditExtensions Class
EditExtensions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback