WoW:API EditBox ClearFocus: Difference between revisions
Jump to navigation
Jump to search
(Updated to match the current API boilerplate.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Clears the input text focus out of the EditBox. After this call EditBox will no longer receive input from keyboard. | |||
editBox:ClearFocus() | |||
== Arguments == | == Arguments == | ||
:''none'' | |||
== Returns == | == Returns == | ||
:nil | :''nil'' | ||
== See also == | |||
* [[UIOBJECT EditBox|EditBox]] object | |||
* [[API EditBox SetFocus|EditBox:SetFocus()]] | |||
* [[API EditBox IsAutoFocus|EditBox:IsAutoFocus()]] | |||
* [[API EditBox SetAutoFocus|EditBox:SetAutoFocus(autoFocus)]] |
Revision as of 04:42, 8 September 2007
← 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