Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextBoxWrapper Class
Members


In This Topic
    RichTextBoxWrapper Class
    In This Topic
    Represents a wrapper object for the rich text box for additional rich text support.
    Syntax
    'Declaration
     
    
    Public Class RichTextBoxWrapper 
       Inherits System.Windows.Forms.RichTextBox
    'Usage
     
    
    Dim instance As RichTextBoxWrapper
    public class RichTextBoxWrapper : System.Windows.Forms.RichTextBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.RichTextBox
                      FarPoint.Win.Spread.CellType.RichTextBoxWrapper
                         FarPoint.Win.Spread.CellType.RichTextEditor

    See Also