Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class
Members


In This Topic
    FormulaTextBox Class
    In This Topic
    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
     
    <LocalizabilityAttribute(LocalizationCategory.Inherit)>
    <ContentPropertyAttribute("Document")>
    <TemplatePartAttribute(Name="PART_ContentHost", Type=System.Windows.FrameworkElement)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class FormulaTextBox 
       Inherits System.Windows.Controls.RichTextBox
    'Usage
     
    Dim instance As FormulaTextBox
    [Localizability(LocalizationCategory.Inherit)]
    [ContentProperty("Document")]
    [TemplatePart(Name="PART_ContentHost", Type=System.Windows.FrameworkElement)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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