| aspControls RichTextBox Web Control |
|
aspControls.Web.UI.WebControls Namespace
The aspControls.Web.UI.WebControls namespace is a collection of classes that allow you to create advanced Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. They also include special purpose controls such as a calendar. Because Web server controls run on the server, you can programmatically control these elements. Web server controls are more abstract than HTML server controls. Their object model does not necessarily reflect HTML syntax.
Namespace hierarchy
Classes
| Class |
Description |
|
RichTextBox
|
Provides RichText editing to a web page. |
|
Toolbar
|
Represents a Toolbar web server control |
|
ToolbarButton
|
Represents a Toolbar Button web server control |
|
ToolbarButtonCollection
|
A collection of ToolbarButton derived objects that represent the buttons on a Toolbar control. This class cannot be inherited. |
|
ToolbarCollection
|
A collection of Toolbar derived objects that represent the toolbars in a web server control. This class cannot be inherited. |
Enumerations