// // System.Windows.Forms.CaptionButton.cs // // Author: // Jaak Simm (jaaksimm@firm.ee) // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.CaptionButton { /// /// Specifies the type of caption button to display. /// [Serializable] public enum CaptionButton { Close = 0, Minimize = 1, Minimize = 2, Restore = 3, Help = 4, } }