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

BaseChildNode

This class is the base class for child nodes of parent controls.

BaseChildNodeCollection

This class represents a collection of BaseChildNode objects.

BasePostBackControl

Enables controls to set or retrieve data from the helper.

BaseRichControl

This class splits rendering into three paths: UpLevel, DownLevel, and Designer (the Microsoft Visual Studio .NET Editor).

BrowserLevel

This class represents a browser's version.

BrowserLevelChecker

This class determines if a browser falls into the uplevel or downlevel browser category.

CssCollection

This class represents a collection of Cascading Style Sheets (CSS) attributes and their values.

CssCollectionConverter

This class allows the CssCollection to convert to and from string objects.

CssEventArgs

This class contains the event arguments for CssCollection events.

FilterControlBuilder

Adds child tags and disallows literal strings.

MultiPage

This class represents a collection of pages.

PageView

This class represents a page in a MultiPage control.

PageViewCollection

This class represents a collection of PageView objects.

Tab

This class represents a Tab within a TabStrip.

TabItem

This class is the base class for child nodes of a TabStrip.

TabItemCollection

This class represents a collection of TabItems within a TabStrip.

TabSeparator

This class represents a TabSeparator within a TabStrip.

TabStrip

This class represents the TabStrip control that contains a row of Tabs and TabSeparators.

Toolbar

This class represents a Toolbar.

ToolbarButton

This class represents a ToolbarButton within a Toolbar.

ToolbarCheckButton

This class represents a ToolbarCheckButton within a Toolbar.

ToolbarCheckButtonCollection

This class represents a collection of ToolbarCheckButton objects within a Toolbar.

ToolbarCheckGroup

This class represents a ToolbarCheckGroup within a Toolbar.

ToolbarDropDownList

This class represents a ToolbarDropDownList within a Toolbar.

ToolbarItem

This class is the base class for all Toolbar child nodes.

ToolbarItemCollection

This class represents a collection of ToolbarItem objects within a Toolbar.

ToolbarLabel

This class represents a ToolbarLabel within a Toolbar.

ToolbarSeparator

This class represents a ToolbarSeparator within a Toolbar.

ToolbarTextBox

This class represents a ToolbarTextBox within a Toolbar.

TreeBase

Abstract base class for TreeNodes and TreeNodeTypes.

TreeNode

This class represents a TreeNode within a TreeView.

TreeNodeCollection

This class represents a collection of TreeNode objects within a TreeView.

TreeNodeType

This class represents a node type and sets attributes to apply to a node or a group of nodes within a TreeView.

TreeNodeTypeCollection

This class represents a collection of TreeNodeType objects within a TreeView.

TreeView

This class represents a TreeView control.

TreeViewClickEventArgs

This class contains the event arguments for the click event.

TreeViewSelectEventArgs

This class handles event arguments for the SelectedIndexChange event.

Enumerations

ExpandableValue

Specifies how a TreeNode should handle expansion and the plus(+) sign.

Orientation

Specifies the alignment of an object within a document.

RenderPathID

Specifies the rendering path being used.

ToolbarTextBoxMode

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.