지정한 아이템이 펼쳐져 있는지 여부를 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
nItemIndex | long | 아이템 번호 |
strName | STRING | [옵션] 아이템 이름 |
Type | Description |
---|---|
BOOL | 펼침 여부(true, false) |
strName파라미터는 nItemIndex파라미터값이 -1일때 사용된다.
function btn_isitemexpanded_on_mouseup()
{
screen.alert("펼침 여부 : " + accordion_vert.isitemexpanded(0));
}