Microsoft.Web.UI.WebControls Assembly Reference
This page links to reference documentation for the public classes and enumerations exposed by the Microsoft.Web.UI.WebControls Assembly, which is also a namespace. The Microsoft.Web.UI.WebControls 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
This class is the base class for child nodes of parent controls.
This class represents a collection of BaseChildNode objects.
Enables controls to set or retrieve data from the helper.
This class splits rendering into three paths: UpLevel, DownLevel, and Designer (the Microsoft Visual Studio .NET Editor).
This class represents a browser's version.
This class determines if a browser falls into the uplevel or downlevel browser category.
This class represents a collection of Cascading Style Sheets (CSS) attributes and their values.
This class allows the CssCollection to convert to and from string objects.
This class contains the event arguments for CssCollection events.
Adds child tags and disallows literal strings.
This class represents a collection of pages.
This class represents a page in a MultiPage control.
This class represents a collection of PageView objects.
This class represents a Tab within a TabStrip.
This class is the base class for child nodes of a TabStrip.
This class represents a collection of TabItems within a TabStrip.
This class represents a TabSeparator within a TabStrip.
This class represents the TabStrip control that contains a row of Tabs and TabSeparators.
This class represents a Toolbar.
This class represents a ToolbarButton within a Toolbar.
This class represents a ToolbarCheckButton within a Toolbar.
This class represents a collection of ToolbarCheckButton objects within a Toolbar.
This class represents a ToolbarCheckGroup within a Toolbar.
This class represents a ToolbarDropDownList within a Toolbar.
This class is the base class for all Toolbar child nodes.
This class represents a collection of ToolbarItem objects within a Toolbar.
This class represents a ToolbarLabel within a Toolbar.
This class represents a ToolbarSeparator within a Toolbar.
This class represents a ToolbarTextBox within a Toolbar.
Abstract base class for TreeNodes and TreeNodeTypes.
This class represents a TreeNode within a TreeView.
This class represents a collection of TreeNode objects within a TreeView.
This class represents a node type and sets attributes to apply to a node or a group of nodes within a TreeView.
This class represents a collection of TreeNodeType objects within a TreeView.
This class represents a TreeView control.
This class contains the event arguments for the click event.
This class handles event arguments for the SelectedIndexChange event.
Enumerations
Specifies how a TreeNode should handle expansion and the plus(+) sign.
Specifies the alignment of an object within a document.
Specifies the rendering path being used.
Specifies the possible entry values for ToolbarTextBox.
Note All of the classes within the Microsoft.Web.UI.WebControls namespace reside within an assembly of the same name. Therefore, classes that exist in the Microsoft.Web.UI.WebControls namespace can be referenced by joining the namespace name with the class name. For example, the Toolbar can be referenced with Microsoft.Web.UI.WebControls.Toolbar
instead of inserting using Microsoft.Web.UI.WebControls;
at the top of a C# file.