Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Update() Method


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