Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs')
-rw-r--r--mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs
deleted file mode 100644
index c6992925a82..00000000000
--- a/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// System.Windows.Forms.ColumnHeaderStyle.cs
-//
-// Author:
-// Dennis Hayes (dennish@raytek.com)
-// (C) 2002 Ximian, Inc. http://www.ximian.com
-//
-
-using System;
-
-namespace System.Windows.Forms {
-
- /// <summary>
- /// </summary>
- public enum ColumnHeaderStyle {
- Clickable = 2,
- Nonclickable = 1,
- None = 0
- }
-}