// // System.Windows.Forms.MessageBoxDefaultButton.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.Forms { /// /// public enum MessageBoxDefaultButton { Button1 = 0, Button2 = 256, Button3 = 512 } }