슬라이더 » Api

sethighlightpos

Description

슬라이더 하이라이트의 위치값을 설정하는 API이다.

Parameters

Parameters Type Description
nHighlighPos short 하이라이트를 표시할 위치값

Return Value

Type Description
short 없음

Remark

* 단일슬라이드일때
0: 하이라이트 미표시
1: 좌측 혹은 상단에 표시
2: 우측 혹은 하단에 표시

* range슬라이드일때
0: 하이라이트 미표시
1: 민핸들과 맥스핸들 사이에 표시
2: 1과 동일

Example

function settrackborder_on_mouseup() { slider.sethighlightpos(1); }

See Also

gethighlightpos

Viewer Ver.

9.1.1.1

Update Date

20190626