FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Update Method


In This Topic
Update Method (ElementContainerControl)
In This Topic
Causes the control to redraw the invalidated regions within its client area.
Syntax
'Declaration
 
Public Overridable Shadows Sub Update() 
 
'Usage
 
Dim instance As ElementContainerControl
 
instance.Update()
See Also