PowerTools InputMan for Windows Forms 8.0J
Select(Int32,Int32) メソッド

選択する最初の文字を指定するInt32値。
選択する文字数を指定するInt32値。
テキストの指定範囲を選択します。
構文
Public Overloads Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
public void Select( 
   int start,
   int length
)

パラメータ

start
選択する最初の文字を指定するInt32値。
length
選択する文字数を指定するInt32値。
例外
例外解説
System.ArgumentOutOfRangeException startパラメーターの値が0未満です。
参照

EditBase クラス
EditBase メンバ
オーバーロード一覧
SelectAll メソッド
DeselectAll メソッド
SelectionStart プロパティ
SelectionLength プロパティ
SelectedText プロパティ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.