[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.CheckBoxRenderer

CheckBoxRenderer Class

Represents a renderer control for check box cells.

Inheritance
CheckBoxRenderer
Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public class CheckBoxRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer2, IRenderer
Public Class CheckBoxRenderer
    Inherits DefaultRenderer
    Implements IEnhancedRenderer, IRenderer2, IRenderer

Constructors

Name Description
CheckBoxRenderer()

Creates a new check box cell renderer control.

CheckBoxRenderer(string, string)

Creates a check box cell renderer control with the specified pictures to display for selected and cleared states of the check box.

Properties

Name Description
CheckedImageUrl

Gets or sets the image to display when the check box is selected.

UncheckedImageUrl

Gets or sets the image to display when the check box is cleared.

Methods

Name Description
CreateContent(TableCell, Appearance, object, bool)

Creates the check box cell renderer control.