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
BaseChildNodeThis class is the base class for child nodes of parent controls.
BaseChildNodeCollectionThis class represents a collection of BaseChildNode objects.
BasePostBackControlEnables controls to set or retrieve data from the helper.
BaseRichControlThis class splits rendering into three paths: UpLevel, DownLevel, and Designer (the Microsoft Visual Studio .NET Editor).
BrowserLevelThis class represents a browser's version.
BrowserLevelCheckerThis class determines if a browser falls into the uplevel or downlevel browser category.
CssCollectionThis class represents a collection of Cascading Style Sheets (CSS) attributes and their values.
CssCollectionConverterThis class allows the CssCollection to convert to and from string objects.
CssEventArgsThis class contains the event arguments for CssCollection events.
FilterControlBuilderAdds child tags and disallows literal strings.
MultiPageThis class represents a collection of pages.
PageViewThis class represents a page in a MultiPage control.
PageViewCollectionThis class represents a collection of PageView objects.
TabThis class represents a Tab within a TabStrip.
TabItemThis class is the base class for child nodes of a TabStrip.
TabItemCollectionThis class represents a collection of TabItems within a TabStrip.
TabSeparatorThis class represents a TabSeparator within a TabStrip.
TabStripThis class represents the TabStrip control that contains a row of Tabs and TabSeparators.
ToolbarThis class represents a Toolbar.
ToolbarButtonThis class represents a ToolbarButton within a Toolbar.
ToolbarCheckButtonThis class represents a ToolbarCheckButton within a Toolbar.
ToolbarCheckButtonCollectionThis class represents a collection of ToolbarCheckButton objects within a Toolbar.
ToolbarCheckGroupThis class represents a ToolbarCheckGroup within a Toolbar.
ToolbarDropDownListThis class represents a ToolbarDropDownList within a Toolbar.
ToolbarItemThis class is the base class for all Toolbar child nodes.
ToolbarItemCollectionThis class represents a collection of ToolbarItem objects within a Toolbar.
ToolbarLabelThis class represents a ToolbarLabel within a Toolbar.
ToolbarSeparatorThis class represents a ToolbarSeparator within a Toolbar.
ToolbarTextBoxThis class represents a ToolbarTextBox within a Toolbar.
TreeBaseAbstract base class for TreeNodes and TreeNodeTypes.
TreeNodeThis class represents a TreeNode within a TreeView.
TreeNodeCollectionThis class represents a collection of TreeNode objects within a TreeView.
TreeNodeTypeThis class represents a node type and sets attributes to apply to a node or a group of nodes within a TreeView.
TreeNodeTypeCollectionThis class represents a collection of TreeNodeType objects within a TreeView.
TreeViewThis class represents a TreeView control.
TreeViewClickEventArgsThis class contains the event arguments for the click event.
TreeViewSelectEventArgsThis class handles event arguments for the SelectedIndexChange event.
Enumerations
ExpandableValueSpecifies how a TreeNode should handle expansion and the plus(+) sign.
OrientationSpecifies the alignment of an object within a document.
RenderPathIDSpecifies the rendering path being used.
ToolbarTextBoxModeSpecifies the possible entry values for ToolbarTextBox.
Microsoft.Web.UI.WebControls.Toolbar instead of inserting using Microsoft.Web.UI.WebControls; at the top of a C# file.Related Topics