1、某属性为图片路径,怎样在属性窗口修改该属性时自动弹出选择图片的对话框? [UITypeEditor(typeof(System.Drawing.Design.ImageEditor), typeof(UITypeEditor)]public string ImageUrl...{ get ...{ return imageUrl; } set ...{ imageUrl = value; }}