aspControls RichTextBox Web Control

RichTextBox Class

Provides RichText editing to a web page.

For a list of all members of this type, see RichTextBox Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         aspControls.Web.UI.WebControls.RichTextBox

[Visual Basic]
Public Class RichTextBox
    Inherits WebControl
    Implements IPostBackDataHandler, INamingContainer
[C#]
public class RichTextBox : WebControl, IPostBackDataHandler, INamingContainer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Requirements

Namespace: aspControls.Web.UI.WebControls

Assembly: aspControls.Web.UI.WebControls.RichTextBox (in aspControls.Web.UI.WebControls.RichTextBox.dll)

See Also

RichTextBox Members | aspControls.Web.UI.WebControls Namespace