0 out of 1 rated this helpful - Rate this topic

Microsoft.Web.UI.WebControls.Design Assembly Reference

This page links to reference documentation for the public classes exposed by the Microsoft.Web.UI.WebControls.Design Assembly, which is also a namespace. The Microsoft.Web.UI.WebControls.Design Assembly references present the syntax for each of the common language runtime languages, and are useful for developing ASP.NET controls that derive from the Windows Internet Explorer WebControls.

Classes

CssAttribute

Provides Cascading Style Sheets (CSS) attribute editing.

CssCollectionEditor

Provides ability to edit a CssCollection object.

ItemCollectionEditor

Provides an editor for item collections.

MultipageDesigner

Provides the designer class for Microsoft.Web.UI.WebControls.MultiPage.

NodeTypeEditor

Provides an editor for visually selecting or editing a node's Type property.

ObjectImageUrlEditor

Provides an editor for visually picking an image URL.

ObjectUrlEditor

Provides an editor for visually picking a URL.

TabItemCollectionEditor

Provides an editor for the ToolbarItem collection.

TabStripDesigner

Provides the designer class for Microsoft.Web.UI.WebControls.TabStrip.

ToolbarDesigner

Provides the designer class for Microsoft.Web.UI.WebControls.Toolbar.

ToolbarItemCollectionEditor

Provides an editor for the ToolbarItem collection.

TreeViewDesigner

Provides the designer class for Microsoft.Web.UI.WebControls.TreeView.

Note  All of the classes within the Microsoft.Web.UI.WebControls.Design namespace reside within an assembly of the same name. Therefore, classes that exist in the Microsoft.Web.UI.WebControls.Design namespace can be referenced by joining the namespace name with the class name. For example, CssAttribute can be referenced with Microsoft.Web.UI.WebControls.CssAttribute instead of inserting using Microsoft.Web.UI.WebControls.Design; at the top of a C# file.

Related Topics

Did you find this helpful?
(1500 characters remaining)