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!

IWebFormServices Members

Methods

AutoIDElement Generates a unique identifier based on the tagname. The ID attribute of the HTML element will be set to that value.
CreateElement Creates server controls using the XSP parser, and adds it to the designer host using IContainer::Add, etc.
EnableUndo [To be supplied.]
GetControlDesigner Gets the designer corresponding to a server control given its unique identifier.
GetControlGlyph Obtains the glyph used to represent server controls in the designer.
GetDesignerHost Obtains the designer host instance associated to the Web Forms designer.

Gets the designer host.

GetShowControlGlyphs Returns true if the glyphs for all server controls are to be rendered, and false otherwise.
GetTagPrefix Obtains the registered tag prefix given the NGWS runtime namespace and the assembly to which a control belongs.
IsLoading Gets whether the Web Forms designer is currently loading or not.

See Also

IWebFormServices Interface | System.Web.UI.Design Namespace