컨트롤의 글자 색상을 반환하는 API이다.
function btn_changeforecolor_on_mouseup() { var clrFore = txtTest.getforecolor(); txtTest2.setforecolorex(clrFore); }