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