WoW:API EditBox ClearFocus: Difference between revisions
No edit summary |
m (Move page script moved page API EditBox ClearFocus to API EditBox ClearFocus without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
== Returns == | == Returns == | ||
:''nil'' | :''nil'' | ||
== Hints == | |||
Don't forget to set your editboxes to not to be autofocused, because after pressing a key, it will be automatically refocused and you overwrite it's content. | |||
== See also == | == See also == | ||
Latest revision as of 04:45, 15 August 2023
← Widget API ← EditBox < ClearFocus
Clears the input text focus out of the EditBox. After this call EditBox will no longer receive input from keyboard.
editBox:ClearFocus()
Arguments
- none
Returns
- nil
Hints
Don't forget to set your editboxes to not to be autofocused, because after pressing a key, it will be automatically refocused and you overwrite it's content.