MESCIUS InputMan for WPF 3.0J
Select メソッド

テキストボックス内で選択するテキストの最初の文字の位置。
選択する文字数。
コントロール内のテキストの範囲を選択します。
構文
Public Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
public void Select( 
   int start,
   int length
)

パラメータ

start
テキストボックス内で選択するテキストの最初の文字の位置。
length
選択する文字数。
例外
例外解説
System.ArgumentOutOfRangeExceptionstart または length が負の値です。
参照

参照

EditBase クラス
EditBase メンバ

 

 


© MESCIUS inc. All rights reserved.