// // System.Windows.Forms.Design.AnchorEditor.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; using System.Drawing.Design; using System.ComponentModel; using System.Runtime.Remoting; namespace System.Windows.Forms.Design { /// /// Summary description for AnchorEditor. /// [MonoTODO] public sealed class AnchorEditor : UITypeEditor { [MonoTODO] public AnchorEditor() { // // TODO: Add constructor logic here // } // [MonoTODO] // public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, Object value){ // throw new NotImplementedException (); // } // Documented, but not implmented by Mictosoft? // [MonoTODO] // public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context){ // throw new NotImplementedException (); // } } }