MobileForms Toolkit Documentation

ItemMaskedTextBox.UpdateControl Method 

Update custom control.

protected override void UpdateControl(
object value
);

Parameters

value
Value to update.

Remarks

When Value property has been changed this function update control if is visible. In derived class override this function to perform proper functionality of custom Item.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace