Added uninstall target
[mono.git] / mcs / class / System.Windows.Forms / WINELib / LinkBehavior.cs
1 //\r
2 // System.Windows.Forms.LinkBehavior.cs\r
3 //\r
4 // Author:\r
5 //   Dennis Hayes (dennish@raytek.com)\r
6 // (C) 2002 Ximian, Inc.  http://www.ximian.com\r
7 //\r
8 \r
9 using System;\r
10 \r
11 namespace System.Windows.Forms {\r
12 \r
13         /// <summary>\r
14         /// </summary>\r
15         public enum LinkBehavior {\r
16                 AlwaysUnderline = 1,\r
17                 HoverUnderline = 2,\r
18                 NeverUnderline = 3,\r
19                 SystemDefault = 0,\r
20         }\r
21 }\r