Add comment to RegisterTextBoxSelectAll.

This commit is contained in:
Daniel Kraus 2015-08-31 22:03:21 +02:00
parent 9404d58809
commit 1efaacfa97
1 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,12 @@ namespace zaaReloaded2
#endregion
/// <summary>
/// Make text boxes select all text on focus.
/// </summary>
/// <remarks>
/// http://stackoverflow.com/a/2553297/270712
/// </remarks>
void RegisterTextBoxSelectAll()
{
// Select the text in a TextBox when it receives focus.