토글버튼 on상태일 때 글자색상값을 반환하는 API이다.
| Type | Description | 
|---|---|
| STRING | 토글버튼 on상태일 때 글자색상값 | 
function getonforecolor_on_mouseup(objInst)
{
	//토글버튼 on상태 글자색을 가져와서 btngetheight컴포넌트 글자색 바꾸기
	var clrFore = togglebtn.getonforecolor();
	btngetheight.setforecolorex(clrFore);
}