텍스트의 마우스호버시 폰트에 밑줄(underline)효과가 적용되어 있는지 여부를 반환하는 API이다.
function btn_getmousehoverfontunderline_on_mouseup() { screen.alert("Result : " + txtObj.getmousehoverfontunderline()); }