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