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!

IWebFormsDesigner.View

The view for this document.

[Visual Basic]
ReadOnly Property View As Object
[C#]
object View {get;}
[C++]
Object* get_View() = 0;
[JScript]
abstract function get View() : Object;

Property Value

An object that provides the COM2 DocObject interfaces that are used to host a Web Forms designer. Typically this is an IE HTML control.

Remarks

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

See Also

IWebFormsDesigner Interface | IWebFormsDesigner Members | System.Web.UI.Design Namespace