2 types derived from ListControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
53public class ComboBox : ListControl {
winforms\Managed\System\WinForms\ListBox.cs (1)
64public class ListBox : ListControl {
2 references to ListControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
2520private ListControl listControl; 2525public ItemArray(ListControl listControl) {