트리메뉴 특정 아이템에 툴팁박스 텍스트를 설정하는 API이다.
function btn_on_mouseup() { treeemnu.setitemtooltipbox(1, "툴팁박스 테스트 입니다."); }