ComboBox.Items

ComboBox.Items property

Gets an object representing the collection of the items contained in this ComboBox.

public ArrayList Items { get; }

See Also