TCustomListBox supported list


TObject
   TPersistent
      TComponent
         TControl
            TWinControl
               TCustomListControl
                  TCustomMultiSelectListControl
                     TCustomListBox


Delphi C#.NET Supported
TCustomListBox System.Windows.Forms.ListBox Yes
Properties
BorderStyle BorderStyleYes
Columns No
ExtendedSelect No
IntegralHeight IntegralHeightYes
ItemHeight ItemHeightYes
Sorted SortedYes
Style No
TabWidth No
AutoComplete No
Canvas No
Count Items.CountYes
Items ItemsYes
Selected No
ScrollWidth No
TopIndex TopIndexYes
Methods
SelectAll SelectYes
DeleteSelected No
CopySelection No
ClearSelection ClearSelectionYes
Clear No
AddItem No
Destroy No
ItemAtPos No
ItemRect No
Events
OnDrawItem DrawItemYes
OnMeasureItem MeasureItemYes
OnData No
OnDataObject No
OnDataFind No