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


In This Topic
    FormulaTextBox Class
    In This Topic
    Represents the floating formula editor.
    Syntax
    'Declaration
     
    
    Public Class FormulaTextBox 
       Inherits FarPoint.Win.Spread.Controls.RichTextBoxEx
       Implements FarPoint.Win.Spread.CellType.IRichTextEditor 
    'Usage
     
    
    Dim instance As FormulaTextBox
    public class FormulaTextBox : FarPoint.Win.Spread.Controls.RichTextBoxEx, FarPoint.Win.Spread.CellType.IRichTextEditor  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.RichTextBox
                         FarPoint.Win.Spread.FormulaTextBox

    See Also