특정 연동정보 화면의 AutoRun의 체크 유무를 확인하는 API이다.
function btn_getlinkautorun_on mouseup() { screen.alert("체크유무 : " + screen.getlinkautorun(0)); }