[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.ListBoxRenderer

ListBoxRenderer Class

Represents a renderer control for list box cells.

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

Constructors

Name Description
ListBoxRenderer(object[])

Creates a new list box cell renderer control
with the specified items in the list box list.

Properties

Name Description
Items

Gets the list items.

SelectedBackColor

Gets or sets the background color of the selected list item.

SelectedForeColor

Gets or sets the text color of the selected item.

Methods

Name Description
PaintCell(string, TableCell, Appearance, Inset, object, bool)

Gets the renderer control and renders it in the cell.