From 1efaacfa97887b19b840f98cd2e327c162ab3e93 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Mon, 31 Aug 2015 22:03:21 +0200 Subject: [PATCH] Add comment to RegisterTextBoxSelectAll. --- zaaReloaded2/ThisAddIn.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zaaReloaded2/ThisAddIn.cs b/zaaReloaded2/ThisAddIn.cs index 738e2a7..297b63d 100755 --- a/zaaReloaded2/ThisAddIn.cs +++ b/zaaReloaded2/ThisAddIn.cs @@ -162,6 +162,12 @@ namespace zaaReloaded2 #endregion + /// + /// Make text boxes select all text on focus. + /// + /// + /// http://stackoverflow.com/a/2553297/270712 + /// void RegisterTextBoxSelectAll() { // Select the text in a TextBox when it receives focus.