TextBox.Select(Int32, Int32) メソッド

定義

テキスト ボックスでテキストの範囲を選択します。

public:
 virtual void Select(int start, int length) = Select;
void Select(int const& start, int const& length);
public void Select(int start, int length);
function select(start, length)
Public Sub Select (start As Integer, length As Integer)

パラメーター

start
Int32

int

選択範囲の最初の文字の 0 から始まるインデックス。

length
Int32

int

選択範囲の長さ (文字数)。

適用対象