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

StyledStringElement() public method

public StyledStringElement ( string caption ) : System
caption string
return System
		public StyledStringElement (string caption) : base (caption) {}
		public StyledStringElement (string caption, string value) : base (caption, value) {}

Same methods

StyledStringElement::StyledStringElement ( string caption, System.Action tapped ) : System
StyledStringElement::StyledStringElement ( string caption, string value ) : System
StyledStringElement::StyledStringElement ( string caption, string value, System.Action tapped ) : System