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

EntryElement() public method

public EntryElement ( string caption, string value ) : System
caption string
value string
return System
		public EntryElement(string caption, string value)
            : this(caption, value, (int)DroidResources.ElementLayout.dialog_textfieldright)
		{
		}

Same methods

EntryElement::EntryElement ( string caption, string value, int layoutId ) : System