MESCIUS SPREAD for Windows Forms 15.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が0未満です。
参照

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

 

 


© MESCIUS inc. All rights reserved.