[]
Represents a renderer control for list box cells.
public class ListBoxRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer2, IRenderer
Public Class ListBoxRenderer
Inherits DefaultRenderer
Implements IEnhancedRenderer, IRenderer2, IRenderer
| Name | Description |
|---|---|
| ListBoxRenderer(object[]) | Creates a new list box cell renderer control |
| 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. |
| Name | Description |
|---|---|
| PaintCell(string, TableCell, Appearance, Inset, object, bool) | Gets the renderer control and renders it in the cell. |