Spread Windows Forms 12.0 Product Documentation
Update Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : Update Method
Forces the element to repaint immediately any region that has become invalid.
Forces the element to repaint immediately.
Overload List
OverloadDescription
Causes the control to redraw the invalidated regions with its client area.  
Remarks

Contrast the Update method with the Refresh method. The Update method forces the control to repaint invalid areas immediately. The Refresh method has the control check for invalid areas and then immediately repaint invalid areas.

For more information, see the Refresh method in the Microsoft .NET Framework Reference.

See Also

Reference

ElementWindowless Class
ElementWindowless Members
Refresh Method
Refresh Method