RichTextBox for UWP/WinRT
InsertSoftLineBreak メソッド

ソフト改行を挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer
この位置にソフト改行を挿入します。
構文
'宣言
 
Public Shared Function InsertSoftLineBreak( _
   ByVal position As C1TextPointer _
) As C1TextPointer
public static C1TextPointer InsertSoftLineBreak( 
   C1TextPointer position
)

パラメータ

position
ソフト改行を挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer

戻り値の型

挿入されたソフト改行の後の位置。
解説
ソフト改行は行末文字です。
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

参照

関連項目

EditExtensions クラス
EditExtensions メンバ

Send Feedback