* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / HorizontalAlignment.cs
index ecb6b486252adc6dd131279c8f106cc240d98f3c..ce577bc0f74b87142ead2ae28329ac83bd7c2c33 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-// Copyright (c) 2004 Novell, Inc.
+// Copyright (c) 2004-2005 Novell, Inc.
 //
 // Authors:
 //      Jackson Harper (jackson@ximian.com)
 //
-// $Revision: 1.1 $
-// $Modtime$
-// $Log: HorizontalAlignment.cs,v $
-// Revision 1.1  2004/08/07 22:56:34  jackson
-// Initial checkin
-//
 
-namespace System.Windows.Forms {
 
+using System.Runtime.InteropServices;
+
+namespace System.Windows.Forms {
+       [ComVisible(true)]
        public enum HorizontalAlignment {
                Left,
                Right,