텍스트에 마우스를 올렸을 때의 배경색을 설정하는 API이다.
function btn_mousehoverbackcolor_on_mouseup() { txtObj.setmousehoverbackcolor(factory.rgb(255,20,30)); }