Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EnhancedCornerRenderer Class / EnhancedCornerRenderer Constructor / EnhancedCornerRenderer Constructor(Color,Color,Color)
Color of the active background
Color of the grid line
Color of the normal background


In This Topic
    EnhancedCornerRenderer Constructor(Color,Color,Color)
    In This Topic
    Creates a new painter of the corner cells with a more up to date look.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal activeBackgroundColor As Color, _
       ByVal gridLineColor As Color, _
       ByVal normalBackgroundColor As Color _
    )
    'Usage
     
    
    Dim activeBackgroundColor As Color
    Dim gridLineColor As Color
    Dim normalBackgroundColor As Color
     
    Dim instance As New EnhancedCornerRenderer(activeBackgroundColor, gridLineColor, normalBackgroundColor)

    Parameters

    activeBackgroundColor
    Color of the active background
    gridLineColor
    Color of the grid line
    normalBackgroundColor
    Color of the normal background
    See Also