// // System.Windows.Forms.RichTextBoxWordPunctuations.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.Forms { /// /// public enum RichTextBoxWordPunctuations { All = 896, Custom = 512, Level1 =128, Level2 = 256 } }