ListBox..::..Items Property

Gets or sets the items.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ListBoxItemCollection Items { get; set; }
Public Property Items As ListBoxItemCollection
	Get
	Set
public:
property ListBoxItemCollection^ Items {
	ListBoxItemCollection^ get ();
	void set (ListBoxItemCollection^ value);
}

Field Value

The items.