BlzFrameSetFocus

Parameters
frame framehandle
flag boolean
comment

Only works with EDITBOX frames. Sets keyboard focus, similar to the FDF property EditSetFocus. All keyboard input will go to this edit box while focused.

patch

1.31.0.11889

Source
common.j (suggest an edit or discuss on Github)
return type
nothing
Source code
native BlzFrameSetFocus                            takes framehandle frame, boolean flag returns nothing