[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer.-ctor

EnhancedRowHeaderRenderer Constructor

EnhancedRowHeaderRenderer(Color, Color, Color, Color, Color, Color)

Creates a new painter of the row header cells with the specified values.

Declaration
public EnhancedRowHeaderRenderer(Color activeBackgroundColor, Color normalBackgroundColor, Color normalGridLineColor, Color selectedActiveBackgroundColor, Color selectedBackgroundColor, Color selectedGridLineColor)
Public Sub New(activeBackgroundColor As Color, normalBackgroundColor As Color, normalGridLineColor As Color, selectedActiveBackgroundColor As Color, selectedBackgroundColor As Color, selectedGridLineColor As Color)
Parameters
Type Name Description
Color activeBackgroundColor

Color of the background when in focus

Color normalBackgroundColor

Color of the background when not in focus

Color normalGridLineColor

Color of the grid line when not in focus

Color selectedActiveBackgroundColor

Color of the background when selected and in focus

Color selectedBackgroundColor

Color of the background when selected but not in focus

Color selectedGridLineColor

Color of the grid line when selected

EnhancedRowHeaderRenderer()

Creates a new painter of the row header cells with default values.

Declaration
public EnhancedRowHeaderRenderer()
Public Sub New()

EnhancedRowHeaderRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the row header cells from serialization.

Declaration
protected EnhancedRowHeaderRenderer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Serialization information

StreamingContext context

Streaming context