지정한 탭 아이템이 잠금 상태인지 여부를 확인할 수 있는 API이다.
function btn_on_mouseup() { screen.alert("탭아이템 잠금 여부 : " + tabTest.gettabitemlock(1)); }