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.