MonoTouch.Dialog.ListBoxElement.ListBoxElement C# (CSharp) Method

ListBoxElement() public method

public ListBoxElement ( ) : System
return System
		public ListBoxElement() : base("")
		{
		}

Same methods

ListBoxElement::ListBoxElement ( UIView header ) : System
ListBoxElement::ListBoxElement ( UIView header, UIView footer ) : System
ListBoxElement::ListBoxElement ( string caption ) : System
ListBoxElement::ListBoxElement ( string caption, string footer ) : System
ListBoxElement