토글버튼의 토글 타입을 반환하는 API이다.
반환값 0: horizontal, 1: vertical, 2: overlap
function test_on_mouseup(objInst) { screen.alert(togglebtn.gettoggletype()); }