SystemTrayMenu/Properties
Peter Kirmeier 9cab97276d Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder)
Use workaround class for "Clipboard" issue on .Net Windows Forms Label:
On Label MouseDoubleClick the framework will copy the title text into the clipboard.
We avoid this by overriding the Text atrribute and use our own copy.
(https://stackoverflow.com/questions/2519587/is-there-any-way-to-disable-the-double-click-to-copy-functionality-of-a-net-l)

Note: When you have trouble with the Visual Studio Designer not showing the GUI properly, simply build once and reopen the Designer.
This will place the required files into the Designer's cache and becomes able to show the GUI as usual.

Fixes #5 (https://github.com/Hofknecht/SystemTrayMenu/issues/5)
2019-07-19 21:48:36 +02:00
..
AssemblyInfo.cs Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder) 2019-07-19 21:48:36 +02:00
Resources.Designer.cs Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
Resources.resx Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
Settings.Designer.cs [BUG] autostart activate not always working #28 2019-07-08 18:56:31 +02:00
Settings.settings [BUG] autostart activate not always working #28 2019-07-08 18:56:31 +02:00