WoW:API EditBox HighlightText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Fixed the spam here)
Line 8: Line 8:


will highlight the whole EditBox Content.
will highlight the whole EditBox Content.
----
{{WoW API}}

Revision as of 20:31, 22 March 2006

Highlights all the text in a Textbox. Template:API/Uncategorized


Start begining at 0 [end] is optional.

Editbox:HighlightText(0);

will highlight the whole EditBox Content.


Template:WoW API