'Declaration Public NotInheritable Class FormulaBoxAppearance
'Usage Dim instance As FormulaBoxAppearance
public sealed class FormulaBoxAppearance
'Declaration Public NotInheritable Class FormulaBoxAppearance
'Usage Dim instance As FormulaBoxAppearance
public sealed class FormulaBoxAppearance
System.Object
Xceed.Editors.FormulaBoxAppearance
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the formula box. |
![]() | Font | Gets or sets the font of the formula box's text. |
![]() | ForeColor | Gets or sets the foreground color of the formula box. |
![]() | Height | Gets or sets the height of the formula box. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment of the formula box's content. |
![]() | Position | Gets or sets the position of the formula box. |
![]() | Visible | Gets or sets a boolean value indicating if the formula box is visible. |
![]() | Width | Gets or sets the width of the formula box. |
Name | Description | |
---|---|---|
![]() | ResetBackColor | Resets the value of the BackColor property to its default value, System.Drawing.SystemColors.Window. |
![]() | ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.SystemColors.WindowText. |
![]() | ResetHeight | Resets the value of the Height property to its default value. |
![]() | ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, System.Windows.Forms.HorizontalAlignment.Right. |
![]() | ResetPosition | Resets the value of the Position property to its default value, FormulaBoxPositions.Bottom. |
![]() | ResetVisible | Resets the value of the Visible property to its default value, true. |
![]() | ResetWidth | Resets the value of the Width property to its default value. |
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