ToolStripComboBox::Items Property

 

Gets a collection of the items contained in this ToolStripComboBox.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ComboBox::ObjectCollection^ Items {
	ComboBox::ObjectCollection^ get();
}

Property Value

Type: System.Windows.Forms::ComboBox::ObjectCollection^

A collection of items.

.NET Framework
Available since 2.0
Return to top
Show: