WoW:API EditBox HighlightText
Highlights the text in a Textbox. Template:API/Uncategorized
Params (start[, end]) Starts is the character to start highlighting at (0 => beginning), [end] is optional and defaults to the length. Thus:
Editbox:HighlightText(0);
will highlight the whole EditBox Content.