Gets the view for this document.
[Visual Basic] ReadOnly Property View As Control [C#] Control View {get;} [C++] Control* get_View() = 0; [JScript] abstract function get View() : Control;
a control that represents the view for the designer.
The designer should assume that the view will be shown shortly after this call is made and make any necessary preparations.
IWinFormsDesigner Interface | IWinFormsDesigner Members | System.WinForms.Design Namespace