테이블 » Api

getforecolor

Description

컨트롤의 글자 색상을 반환하는 API이다.

Return Value

Type Description
COLOR 글자 색상값

Example

function btn_changeforecolor_on_mouseup() { var clrFore = txtTest.getforecolor(); txtTest2.setforecolorex(clrFore); }

See Also

getbackcolor
setforecolor
setbackcolor

Viewer Ver.

9.1.1.1

Update Date

20110405