버튼이 포커스를 가지고 있을 때의 이미지 경로를 가져오는 API이다.
function btnUrl_on_mouseup() { screen.alert("이미지 경로 : " + btnTest.getimagefocus()); }