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


In This Topic
    FormulaBoxAppearance Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also