バージョン

VerifySelStartAndSelLength メソッド

テキストの長さに応じて、selStart および SelLength が有効な値になるように調整します。
シンタックス
'宣言
 
Public Shared Sub VerifySelStartAndSelLength( _
   ByVal text As String, _
   ByRef startingIndex As Integer, _
   ByRef selectionLength As Integer _
) 
public static void VerifySelStartAndSelLength( 
   string text,
   ref int startingIndex,
   ref int selectionLength
)

パラメータ

text
テキスト
startingIndex
選択したテキストの指定された開始インデックス。
selectionLength
選択されるテキストの指定された長さ。
参照