System.Drawing.Design.UITypeEditor自定义控件属性GetEditStyle(ITypeDescriptorContext context),EditValue(ITyp...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ComponentModel;namespace xmlTojson{[Editor(typeof(MyTestUITypeEditor),typeof(System.D...