Causes the entire document to reload.
[Visual Basic] Sub Reload() [C#] void Reload(); [C++] void Reload() = 0; [JScript] function Reload();
All components and designers will be destroyed and the document will be reloaded from the development environment. Changes to the document that have not been saved will be abandonded with this call.If this call is made from a designer or component, the object is likely to be disposed.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace