FlatStyle.cs 138 B

12345678910
  1. namespace System.Windows.Forms
  2. {
  3. public enum FlatStyle
  4. {
  5. Flat,
  6. Popup,
  7. Standard,
  8. System
  9. }
  10. }