2 types derived from ListControl
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
26
public partial class ComboBox :
ListControl
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
25
public partial class ListBox :
ListControl
10 references to ListControl
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListControl\ListControlConvertEventHandler.cs (2)
7
/// Represents a method that will handle the <see cref="
ListControl
.Format"/> event of a <see cref="
ListControl
"/>.
System\Windows\Forms\Internal\ItemArray.cs (2)
26
private readonly
ListControl
_listControl;
29
public ItemArray(
ListControl
listControl)
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatStringDialog.cs (2)
18
private
ListControl
? _listControl;
57
public
ListControl
ListControl
System\Windows\Forms\Design\FormatStringEditor.cs (2)
24
ListControl
? listControl = component as
ListControl
;
System\Windows\Forms\Design\ListControlStringCollectionEditor.cs (2)
10
/// to prevent the string collection from being edited if <see cref="
ListControl
.DataSource"/>
23
if (context?.Instance is
ListControl
control && control.DataSource is not null)