라디오그룹의 아이템 배치 방향을 지정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nItemDir | short | 배치 방향 |
| Type | Description |
|---|---|
| BOOL | 정상 처리 여부 |
*배치 방향 속성값 상수 0 : 수평 배치 1 : 수직 배치
function itemdir_on_mouseup(objInst)
{
alert(radiogroup.getitemdir());
radiogroup.setitemdir(1); // 수직배치
}