method Item.Update ()
Updates the item.

TypeDescription
Use the Update method to update a particular item. The Update method does not re-computes the required size of the item, so it just validates the item's client area. The Update method invalidates the entire control, without resizing the elements inside. The Refresh method refreshes the entire control, including resizing inside elements.