라디오그룹 » Api

setdisableforecolor

Description

라디오그룹이 비활성화되었을때의 전경색을 지정하는 API이다.

Parameters

Parameters Type Description
clrForeColor COLOR 전경색

Return Value

Type Description
void 없음

Example

function setdisableforecolor_on_mouseup(objInst) { screen.alert(radiogroup.setdisableforecolor()); radiogroup.setdisableforecolor(factory.rgb(180,180,180)); }

See Also

getbackcolordisable
setbackcolordisable
getdisablestyleuse
setdisablestyleuse

Viewer Ver.

9.1.1.1

Update Date

20210617