RichTextBox for WinRT
InsertSoftLineBreak Method


A C1.Xaml.RichTextBox.Documents.C1TextPointer where to insert the soft line break.
Inserts a soft line break in the position.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function InsertSoftLineBreak( _
   ByVal position As C1TextPointer _
) As C1TextPointer
'Usage
 
Dim position As C1TextPointer
Dim value As C1TextPointer
 
value = EditExtensions.InsertSoftLineBreak(position)
[System.Runtime.CompilerServices.Extension()]
public static C1TextPointer InsertSoftLineBreak( 
   C1TextPointer position
)

Parameters

position
A C1.Xaml.RichTextBox.Documents.C1TextPointer where to insert the soft line break.

Return Value

A position after the inserted soft line break.
Remarks
A soft line break is an end of line character.
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