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


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

パラメータ

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

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.