TCustomCombo supported list


TObject
   TPersistent
      TComponent
         TControl
            TWinControl
               TCustomListControl
                  TCustomCombo


Delphi C#.NET Supported
TCustomCombo System.Windows.Forms.ComboBox Yes
Properties
Canvas No
DropDownCount No
DroppedDown DroppedDownYes
EditHandle No
ItemCount Items.CountYes
ItemHeight ItemHeightYes
ItemIndex SelectedIndexYes
Items ItemsYes
ListHandle No
MaxLength MaxLengthYes
SelLength SelectionLengthYes
SelStart SelectionStartYes
Methods
AddItem AddItemsCoreYes
AdjustDropDown No
Change No
Clear No
ClearSelection No
CloseUp No
ComboWndProc No
CopySelection No
Create No
CreateWnd No
DeleteSelected No
Destroy No
DestroyWindowHandle No
DropDown No
EditWndProc No
Focused FocusedYes
ListWndProc No
Loaded No
Select SelectYes
SelectAll SelectAllYes
Events
OnChange SelectedIndexChangedYes
OnDropDown DropDownYes
OnSelect No
OnCloseUp No