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

EntryElement() public method

public EntryElement ( string caption, string placeholder, string value ) : System
caption string
placeholder string
value string
return System
		public EntryElement (string caption, string placeholder, string value) : this (caption, placeholder, value, false){}
		

Same methods

EntryElement::EntryElement ( string caption, string placeholder, string value, bool isPassword ) : System