// // System.Windows.Forms.RightToLeft.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.Forms { /// /// public enum RightToLeft { Inherit = 2, No = 0, Yes = 1 } }