WoW:API EditBox ClearFocus: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
{{stub/api}}
 


Clears the cursor focus out of the EditBox.
Clears the cursor focus out of the EditBox.
EditBox:ClearFocus()
== Arguments ==
None
== Returns ==
:nil

Revision as of 14:20, 27 June 2007

Widget API ← EditBox < ClearFocus


Clears the cursor focus out of the EditBox.

EditBox:ClearFocus()


Arguments

None


Returns

nil