[Mono.Security]: Add 'MonoTlsProvider.SupportsCleanShutdown' and 'MonoTlsSettings...
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / CursorEditor.cs
index 2bd7f4d7730b13be785d04991998114ea091b8a5..d280c84d4b58c9c2df6a55c0bbba105e2c8b177c 100644 (file)
@@ -7,8 +7,7 @@
 // 
 // (C) 2003 Martin Willemoes Hansen
 // (C) 2003 Andreas Nahr
-// 
-
+// Copyright (C) 2007 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -30,8 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
-using System.Drawing;
 using System.ComponentModel;
 using System.Windows.Forms;
 using System.Windows.Forms.Design;
@@ -94,5 +91,8 @@ namespace System.Drawing.Design
                {
                        return UITypeEditorEditStyle.DropDown;
                }
+               public override bool IsDropDownResizable {
+                       get { return true; }
+               }
        }
 }