지정한 탭 아이템의 활성화 여부를 가져오는 API이다.
function btnGetEnable_on_mouseup() { screen.alert("탭아이템 enable여부 : " + tabTest.gettabitemenable(1)); }