Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / Appearance Constructor / Appearance Constructor(Color,Color,Font,CellHorizontalAlignment,CellVerticalAlignment,Boolean,Boolean,Color,Color,Color,Color,VisualStyles,SortState,FilterState,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,CellPadding,Boolean,Color,Color,Font,Font,Font)
Background color of an object
Foreground (text) color of an object
Font information of an object
Horizontal alignment of an object or of text in a cell
Vertical alignment of an object or text in a cell
Whether to draw the primary button for an object
Whether to draw the secondary button for an object
Background color of an object when the object is selected
Foreground (text) color of an object when the object is selected
Background color of an object when the cell is locked
Foreground (text) color of an object when the cell is locked
Whether to render with visual styles (as in XP themes)
Sorting state
Filtering state
Whether the mouse is over the item being rendered
Determines whether the item should be rendered as a hot item
Determines whether zero values are displayed in cells
Whether to draw the object with a right to left orientation
if set to true [contains selection].
The text indent.
Padding around the cell.
Determines whether to draw buttons on edit controls.
Backcolor for null cells.
Forecolor for null cells that contain default text.
Font for null cells that contain default text.
Font for locked cells.
Font for selected cells.


In This Topic
    Appearance Constructor(Color,Color,Font,CellHorizontalAlignment,CellVerticalAlignment,Boolean,Boolean,Color,Color,Color,Color,VisualStyles,SortState,FilterState,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,CellPadding,Boolean,Color,Color,Font,Font,Font)
    In This Topic
    Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal backColor As Color, _
       ByVal foreColor As Color, _
       ByVal font As Font, _
       ByVal horizontalAlignment As CellHorizontalAlignment, _
       ByVal verticalAlignment As CellVerticalAlignment, _
       ByVal drawPrimaryButton As Boolean, _
       ByVal drawSecondaryButton As Boolean, _
       ByVal selectionBackColor As Color, _
       ByVal selectionForeColor As Color, _
       ByVal lockBackColor As Color, _
       ByVal lockForeColor As Color, _
       ByVal visualStyle As VisualStyles, _
       ByVal sortState As SortState, _
       ByVal filterState As FilterState, _
       ByVal mouseOver As Boolean, _
       ByVal showActive As Boolean, _
       ByVal displayZero As Boolean, _
       ByVal rightToLeft As Boolean, _
       ByVal containsSelection As Boolean, _
       ByVal textIndent As Integer, _
       ByVal cellPadding As CellPadding, _
       ByVal drawEditButtons As Boolean, _
       ByVal nullBackColor As Color, _
       ByVal nullForeColor As Color, _
       ByVal nullFont As Font, _
       ByVal lockFont As Font, _
       ByVal selectionFont As Font _
    )
    'Usage
     
    
    Dim backColor As Color
    Dim foreColor As Color
    Dim font As Font
    Dim horizontalAlignment As CellHorizontalAlignment
    Dim verticalAlignment As CellVerticalAlignment
    Dim drawPrimaryButton As Boolean
    Dim drawSecondaryButton As Boolean
    Dim selectionBackColor As Color
    Dim selectionForeColor As Color
    Dim lockBackColor As Color
    Dim lockForeColor As Color
    Dim visualStyle As VisualStyles
    Dim sortState As SortState
    Dim filterState As FilterState
    Dim mouseOver As Boolean
    Dim showActive As Boolean
    Dim displayZero As Boolean
    Dim rightToLeft As Boolean
    Dim containsSelection As Boolean
    Dim textIndent As Integer
    Dim cellPadding As CellPadding
    Dim drawEditButtons As Boolean
    Dim nullBackColor As Color
    Dim nullForeColor As Color
    Dim nullFont As Font
    Dim lockFont As Font
    Dim selectionFont As Font
     
    Dim instance As New Appearance(backColor, foreColor, font, horizontalAlignment, verticalAlignment, drawPrimaryButton, drawSecondaryButton, selectionBackColor, selectionForeColor, lockBackColor, lockForeColor, visualStyle, sortState, filterState, mouseOver, showActive, displayZero, rightToLeft, containsSelection, textIndent, cellPadding, drawEditButtons, nullBackColor, nullForeColor, nullFont, lockFont, selectionFont)

    Parameters

    backColor
    Background color of an object
    foreColor
    Foreground (text) color of an object
    font
    Font information of an object
    horizontalAlignment
    Horizontal alignment of an object or of text in a cell
    verticalAlignment
    Vertical alignment of an object or text in a cell
    drawPrimaryButton
    Whether to draw the primary button for an object
    drawSecondaryButton
    Whether to draw the secondary button for an object
    selectionBackColor
    Background color of an object when the object is selected
    selectionForeColor
    Foreground (text) color of an object when the object is selected
    lockBackColor
    Background color of an object when the cell is locked
    lockForeColor
    Foreground (text) color of an object when the cell is locked
    visualStyle
    Whether to render with visual styles (as in XP themes)
    sortState
    Sorting state
    filterState
    Filtering state
    mouseOver
    Whether the mouse is over the item being rendered
    showActive
    Determines whether the item should be rendered as a hot item
    displayZero
    Determines whether zero values are displayed in cells
    rightToLeft
    Whether to draw the object with a right to left orientation
    containsSelection
    if set to true [contains selection].
    textIndent
    The text indent.
    cellPadding
    Padding around the cell.
    drawEditButtons
    Determines whether to draw buttons on edit controls.
    nullBackColor
    Backcolor for null cells.
    nullForeColor
    Forecolor for null cells that contain default text.
    nullFont
    Font for null cells that contain default text.
    lockFont
    Font for locked cells.
    selectionFont
    Font for selected cells.
    See Also