트리그리드 » Api

setbackimageshow

Description

그리드 back_imageshow 속성값 변경하는 API이다.

Parameters

Parameters Type Description
nShowType short back_imageshow 속성값

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btnsetitemcolor_on_mouseup() { if (grd.getbackimageshow() == 3) { grd.setbackimageshow(0); } else { grd.setbackimageshow(3); } }

See Also

getbackimageshow

Viewer Ver.

9.1.1.1

Update Date

20210120