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

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption ) : System
caption string
리턴 System
		public CheckboxElement (string caption) : base (caption) {}
		public CheckboxElement (string caption, bool value) : base (caption)

Same methods

CheckboxElement::CheckboxElement ( string caption, bool value ) : System
CheckboxElement::CheckboxElement ( string caption, bool value, string group ) : System