현재 화면에 해당 in_Index를 가진 오브젝트를 찾아서 포커스를 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
nIndex | short | 오브젝트의 in_index |
Type | Description |
---|---|
BOOL | 정상 적용 여부(true, false) |
function btn_setcontrolfocusbyindex_on_mouseup()
{
screen.setcontrolfocusbyindex(1);
}