멀티라인 » Api

setsel

Description

멀티라인 입력값의 선택길이를 설정하는 API이다.

Parameters

Parameters Type Description
nStartChar short 시작 길이
nEndChar short 마지막 길이

Return Value

Type Description
void 없음

Example

function btn_setsel_on_mouseup() { multi.setsel(0,3); }

See Also

getselstart
getselend

Viewer Ver.

9.1.1.1

Update Date

20091210