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