Spread WPF Documentation
FormulaTextBox Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : FormulaTextBox Class
Represents a control that allow user to input formula, and convert the formula text to formula selection in spread sheet. User also can select formula in spread sheet through mouse or other input device, the control will convert the selection to text.
Object Model
FormulaTextBox Class
Syntax
'Declaration
 
Public NotInheritable Class FormulaTextBox 
   Inherits System.Windows.Controls.RichTextBox
'Usage
 
Dim instance As FormulaTextBox
public sealed class FormulaTextBox : System.Windows.Controls.RichTextBox 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.RichTextBox
                           GrapeCity.Windows.SpreadSheet.UI.FormulaTextBox

See Also

Reference

FormulaTextBox Members
GrapeCity.Windows.SpreadSheet.UI Namespace