GrapeCity InputMan for Windows Forms 11.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 メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.