Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Update Method


In This Topic
    Update Method (ElementControl)
    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 ElementControl
     
    instance.Update()
    public virtual new void Update()
    See Also