슬라이더 핸들이 눌러졌을 때의 이미지 경로를 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
nHandleType | long | 핸들타입 (1: 민핸들, 2:맥스핸들) |
Type | Description |
---|---|
STRING | 이미지 경로 |
function gethandleimagedisable_on_mouseup(objInst)
{
screen.alert("이미지 경로 : " + slider.gethandleimagedown(1));
}