멀티라인의 hangul 속성값을 설정하는 API이다.
function btn_on_mouseup() { if(mul.gethangul()) { mul.sethangul(false); } else { mul.sethangul(true); } }