MobileForms Toolkit Documentation

ItemCheckBox.Parse Method 

Parses the new proposed text to get the new value for the control.

protected override object Parse(
string text
);

Parameters

text
Text to parse.

Return Value

The object that corresponds to the text.

Remarks

Always returns the Value property.

See Also

ItemCheckBox Class | Resco.Controls.DetailView Namespace