슬라이더 » Api

gethandleimagedown

Description

슬라이더 핸들이 눌러졌을 때의 이미지 경로를 가져오는 API이다.

Parameters

Parameters Type Description
nHandleType long 핸들타입 (1: 민핸들, 2:맥스핸들)

Return Value

Type Description
STRING 이미지 경로

Example

function gethandleimagedisable_on_mouseup(objInst) { screen.alert("이미지 경로 : " + slider.gethandleimagedown(1)); }

See Also

sethandleimagedown

Viewer Ver.

9.1.1.1

Update Date

20190626