1.让 WebPart 支持拖拽:
this.WebPartManager1.DisplayMode = WebPartManager.DesignDisplayMode;
2.修改WebPart的外观:
添加一个 EditorZone 。 在 EditorZone 里添加一个 AppearanceEditorPart 。代码修改为:
this.WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode;
3.通信: