NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWinFormsDesigner.View

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;

Property Value

a control that represents the view for the designer.

Remarks

The designer should assume that the view will be shown shortly after this call is made and make any necessary preparations.

See Also

IWinFormsDesigner Interface | IWinFormsDesigner Members | System.WinForms.Design Namespace