リサイズはクリックかドラッグ

EditBaseSelect メソッド

コントロール内のテキストの範囲を選択します。

名前空間:  GrapeCity.Windows.InputMan.Primitives
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public void Select(
	int start,
	int length
)

パラメーター

start
型: SystemInt32
テキストボックス内で選択するテキストの最初の文字の位置。
length
型: SystemInt32
選択する文字数。
例外
例外条件
ArgumentOutOfRangeExceptionstart または length が負の値です。
関連項目