MonoTouch.Dialog.StyledStringElement.StyledStringElement C# (CSharp) 메소드

StyledStringElement() 공개 메소드

public StyledStringElement ( string caption ) : System
caption string
리턴 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