Input for WinForms
Select メソッド (IDropDownEditorBase)

C1.Win.Input.8 アセンブリ > C1.Win.Input.Base 名前空間 > IDropDownEditorBase インターフェース : Select メソッド
テキストボックス内の現在のテキスト選択範囲の最初の文字の位置。
選択する文字数。
テキストボックス内のテキスト範囲を選択します。
シンタックス
'宣言
 
Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
void Select( 
   System.int start,
   System.int length
)

パラメータ

start
テキストボックス内の現在のテキスト選択範囲の最初の文字の位置。
length
選択する文字数。
参照

IDropDownEditorBase インターフェース
IDropDownEditorBase メンバ