데이트피커 » Api

setdisableforecolor

Description

콤보박스가 disable 상태일때 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
clrFore COLOR 글자색상
bImportant BOOL [옵션] CSS 색상에 important 적용 여부 (기본값: false)

Return Value

Type Description
void 없음

Example

function btn_setforecolorex_on_mouseup() { // disable시에도 글자색이 검은색으로 보이도록 변경 cb.setdisableforecolor(factory.rgb(0, 0, 0)); }

See Also

setforecolor

Viewer Ver.

9.1.1.1

Update Date

20231221