[]
        
Represents an editor control for list box cells.
public class ListBoxEditor : BaseEditor, IEditor3, IEditor
  Public Class ListBoxEditor
    Inherits BaseEditor
    Implements IEditor3, IEditor
  | Name | Description | 
|---|---|
| ListBoxEditor(string[]) | Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.  | 
      
| ListBoxEditor(string[], string[]) | Initializes an instance of the ListBoxEditor class, with the specified items in the list box list and with the specified values for the items.  | 
      
| Name | Description | 
|---|---|
| Items | Gets the items in the list box as an array.  | 
      
| Rows | Gets or sets the number of rows in the editor control for the list box cell.  | 
      
| Values | Gets the values in the list box as an array.  | 
      
| Name | Description | 
|---|---|
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates a list box editor control.  |