NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox Class

Rich Text control. The RichTextBox is a control that contains formatted text. It supports font selection, boldface, and other type attributes.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               FormatControl
                  TextBoxBase
                     RichTextBox

[Visual Basic]
Public Class RichTextBox
   Inherits TextBoxBase
[C#]
public class RichTextBox : TextBoxBase
[C++]
public __gc class RichTextBox : public TextBoxBase
[JScript]
public class RichTextBox extends TextBoxBase

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

RichTextBox Members | System.WinForms Namespace