Sets whether the edit box automatically acquires keyboard input focus.
Sets whether the edit box automatically acquires keyboard input focus. If auto-focus behavior is enabled, the edit box automatically acquires keyboard focus when it is shown and when no other edit box is focused.
Signature:
Code
EditBox:SetAutoFocus(enable)
Arguments:
enable - True to enable the edit box to automatically acquire keyboard input focus; false to disable (boolean)