Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalculator Class / FormulaBox Property


In This Topic
    FormulaBox Property
    In This Topic
    Gets the WinCalculator's forumla box.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The WinCalculator's forumla box.")>
    <CategoryAttribute("Appearance")>
    <TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property FormulaBox As FormulaBoxAppearance
    'Usage
     
    Dim instance As WinCalculator
    Dim value As FormulaBoxAppearance
     
    value = instance.FormulaBox
    [Description("The WinCalculator's forumla box.")]
    [Category("Appearance")]
    [TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public FormulaBoxAppearance FormulaBox {get;}

    Property Value

    A FormulaBoxAppearance representing the (appearance of the) formula box.
    Remarks

    The formula box is the textbox where the mathematical equation is displayed.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also