동일 라디오버튼 select_group내에서 특정 라디오버튼으로 이동한다.
| Parameters | Type | Description | 
|---|---|---|
| nIndex | long | 라디오버튼 인덱스 | 
| bSetCheck | BOOL | 라디오버튼 체크 처리 여부 | 
| bSetFocus | BOOL | 라이보버튼 포커스 처리 여부 | 
| Type | Description | 
|---|---|
| BOOL | 이동 처리 수행 여부 | 
function btnTest()
{
	var bResult = rdoB.moveradioat(0, true, true);
}