Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / FormulaBoxAppearance Class
Members


In This Topic
    FormulaBoxAppearance Class
    In This Topic
    Represents the appearance of the textbox where the mathematical equation is displayed in the WinCalculator control.
    Syntax
    'Declaration
     
    Public NotInheritable Class FormulaBoxAppearance 
    'Usage
     
    Dim instance As FormulaBoxAppearance
    public sealed class FormulaBoxAppearance 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.FormulaBoxAppearance

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the formula box.  
    Public PropertyGets or sets the font of the formula box's text.  
    Public PropertyGets or sets the foreground color of the formula box.  
    Public PropertyGets or sets the height of the formula box.  
    Public PropertyGets or sets the horizontal alignment of the formula box's content.  
    Public PropertyGets or sets the position of the formula box.  
    Public PropertyGets or sets a boolean value indicating if the formula box is visible.  
    Public PropertyGets or sets the width of the formula box.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the BackColor property to its default value, System.Drawing.SystemColors.Window.  
    Public MethodResets the value of the Font property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the value of the ForeColor property to its default value, System.Drawing.SystemColors.WindowText.  
    Public MethodResets the value of the Height property to its default value.  
    Public MethodResets the value of the HorizontalAlignment property to its default value, System.Windows.Forms.HorizontalAlignment.Right.  
    Public MethodResets the value of the Position property to its default value, FormulaBoxPositions.Bottom.  
    Public MethodResets the value of the Visible property to its default value, true.  
    Public MethodResets the value of the Width property to its default value.  
    Top
    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