[]
Gets the collection of items in the currently active ComboBox editor.
public IList Items { get; }
Public ReadOnly Property Items As IList
If there's no active editor, or if the editor is not a ComboBox, the value returned is null.