파일업로더 » Api

setforecolorex

Description

컨트롤의 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
clrFore COLOR 글자색상

Return Value

Type Description
void

Example

function btn_setforecolorex_on_mouseup() { // txtTest2의 글자색을 txtTest 글자색과 같게 변경한다. var clrFore = txtTest.getforecolor(); txtTest2.setforecolorex(clrFore); }

See Also

setforecolor
getforecolor
setbackcolor
setbackcolorex
getbackcolor

Viewer Ver.

9.1.1.1

Update Date

20110406