컨트롤의 배경색을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nRValue | short | Red 값(0~255) |
nGValue | short | Green 값(0~255) |
nBValue | short | Blue 값(0~255) |
Type | Description |
---|---|
void | 없음 |
function btn_setbackcolor_on_mouseup()
{
fldNormal.setbackcolor(255, 0, 255);
}