CheckboxElement Constructors

Definition

Overloads

CheckboxElement(String)

Default constructor

CheckboxElement(String, Boolean)

Constructor

CheckboxElement(String, Boolean, String)

Constructor

CheckboxElement(String)

Default constructor

public CheckboxElement (string caption);
new MonoTouch.Dialog.CheckboxElement : string -> MonoTouch.Dialog.CheckboxElement

Parameters

caption
String

Text to use for the checkbox.

Applies to

CheckboxElement(String, Boolean)

Constructor

public CheckboxElement (string caption, bool value);
new MonoTouch.Dialog.CheckboxElement : string * bool -> MonoTouch.Dialog.CheckboxElement

Parameters

caption
String

Text to use for the checkbox.

value
Boolean

Initial value for the checkbox.

Applies to

CheckboxElement(String, Boolean, String)

Constructor

public CheckboxElement (string caption, bool value, string group);
new MonoTouch.Dialog.CheckboxElement : string * bool * string -> MonoTouch.Dialog.CheckboxElement

Parameters

caption
String

Text to use for the checkbox.

value
Boolean

Initial value for the checkbox.

group
String

Applies to