CustomComboBoxItems Property

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public ComboBoxObjectCollection Items { get; }

Property Value

ComboBoxObjectCollection

Return Value

ComboBoxObjectCollection
A ComboBoxObjectCollection representing the items in the ComboBox.

See Also