Constructor ListBox
ListBox(Control)
Initializes a new instance of the ListBox class with the specified parent control.
public ListBox(Control parent)
Parameters
parentControlParent of the control.
ListBox()
Initializes a new instance of the ListBox class.
public ListBox()