RichTextBox for UWP/WinRT
Select メソッド

選択範囲の最初の文字の0から始まるインデックス。
選択の長さ(文字数)。
リッチテキストボックス内のテキスト範囲を選択します。
構文
'宣言
 
Public Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
public void Select( 
   System.int start,
   System.int length
)

パラメータ

start
選択範囲の最初の文字の0から始まるインデックス。
length
選択の長さ(文字数)。
解説
このメソッドが受け取る位置は、Text プロパティのコンテンツ内の位置に対応します。
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

参照

関連項目

C1RichTextBox クラス
C1RichTextBox メンバ

Send Feedback