2004-05-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / RichTextBoxWordPunctuations.cs
1 //
2 // System.Windows.Forms.RichTextBoxWordPunctuations.cs
3 //
4 // Author:
5 //   Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian, Inc.  http://www.ximian.com
7 //
8
9 using System;
10
11 namespace System.Windows.Forms {
12
13         /// <summary>
14         /// </summary>
15         public enum RichTextBoxWordPunctuations {
16                 All = 896,
17                 Custom = 512,
18                 Level1 =128,
19                 Level2 = 256
20         }
21 }