Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / Refresh Method


In This Topic
    Refresh Method (BannerShape)
    In This Topic
    Forces the element to invalidate its client area and immediately repaint.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Refresh() 
    'Usage
     
    
    Dim instance As BannerShape
     
    instance.Refresh()
    public virtual void Refresh()
    See Also