텍스트 » Api

setblinkforecolor

Description

텍스트의 blink(깜빡임) 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
clrFore COLOR blink 글자색

Return Value

Type Description
void 없음

Example

function btnSetblinkforecolor_on_mouseup() { txtTest.setblinkforecolor(factory.rgb(0, 0, 255)); // blink 글자색 파란색으로 변경 txtTest.setblink(true); }

See Also

setblinkbackcolor
setblinktime
setblink
getblink

Viewer Ver.

9.1.1.1

Update Date

20110323