SelectWord メソッド (Selection オブジェクト)¶
カーソル位置にある単語を選択します。 EmEditor Professional Version 4.03 以上で利用できます。Version 4.02 以下では、SetCurrentWord という名称でした。¶
[JavaScript]¶
document.selection.SelectWord();
[VBScript]¶
document.selection.SelectWord
バージョン¶
マクロ リファレンス — Selection オブジェクト — SelectWord メソッド (Selection オブジェクト)