MobileForms Toolkit Documentation

ItemMaskedTextBox.SetText Method 

Sets the text for the Item.

protected override void SetText(
string text,
bool validated
);

Parameters

text
New text.
validated
true if the text should be validated, false otherwise.

Remarks

If the value is not validated, calls the validating event and sets also the text for the item.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace