TObject
TPersistent
TComponent
TControl
TWinControl
TCustomListControl
TCustomMultiSelectListControl
TCustomListBox
| Delphi | C#.NET | Supported |
| TCustomListBox | System.Windows.Forms.ListBox | Yes |
| Properties | ||
| BorderStyle | BorderStyle | Yes |
| Columns | No | |
| ExtendedSelect | No | |
| IntegralHeight | IntegralHeight | Yes |
| ItemHeight | ItemHeight | Yes |
| Sorted | Sorted | Yes |
| Style | No | |
| TabWidth | No | |
| AutoComplete | No | |
| Canvas | No | |
| Count | Items.Count | Yes |
| Items | Items | Yes |
| Selected | No | |
| ScrollWidth | No | |
| TopIndex | TopIndex | Yes |
| Methods | ||
| SelectAll | Select | Yes |
| DeleteSelected | No | |
| CopySelection | No | |
| ClearSelection | ClearSelection | Yes |
| Clear | No | |
| AddItem | No | |
| Destroy | No | |
| ItemAtPos | No | |
| ItemRect | No | |
| Events | ||
| OnDrawItem | DrawItem | Yes |
| OnMeasureItem | MeasureItem | Yes |
| OnData | No | |
| OnDataObject | No | |
| OnDataFind | No | |