전체 체크박스 표시 여부를 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
bShowAllCheckBox | BOOL | 전체 체크박스 표시 여부 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function btnTest_on_mousedown(objInst)
{
screen.alert(combo.getshowallcheckbox());
combo.setshowallcheckbox(true);
}