상태바 » Api

setstatusforecolor

Description

상태바에서 해당 인덱스 상태바 아이템의 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
nID short 상태바 아이템 인덱스
nRValue short Red 값
nGValue short Green 값
nBValue short Blue 값

Return Value

Type Description
void 없음

Example

function btn_setstatusforecolor_on_mouseup() { statusBar.setstatusforecolor(2, 0, 0, 255); }

See Also

setstaturbackcolor

Viewer Ver.

9.1.1.1

Update Date

20110309