DropDownList..::..Listbox Property

Gets the listbox.

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

Syntax


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

Field Value

The listbox.