CheckboxElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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