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

StringElement() public method

public StringElement ( string caption ) : System
caption string
return System
		public StringElement (string caption) : base(caption) {}
		

Same methods

StringElement::StringElement ( string caption, System.Action tapped ) : System
StringElement::StringElement ( string caption, string value ) : System
StringElement::StringElement ( string caption, string value, System.Action tapped ) : System
StringElement::StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System