Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class
Members


In This Topic
    RichTextEditor Class
    In This Topic
    Represents the base control for the rich text cell type.
    Syntax
    'Declaration
     
    
    Public Class RichTextEditor 
       Inherits RichTextBoxWrapper
       Implements FarPoint.Win.IInputScopeSupport 
    'Usage
     
    
    Dim instance As RichTextEditor
    public class RichTextEditor : RichTextBoxWrapper, FarPoint.Win.IInputScopeSupport  
    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