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


In This Topic
    SetRedraw Method (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetRedraw( _
       ByVal redraw As Boolean, _
       ByVal refresh As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim redraw As Boolean
    Dim refresh As Boolean
     
    instance.SetRedraw(redraw, refresh)
    public virtual void SetRedraw( 
       bool redraw,
       bool refresh
    )

    Parameters

    redraw
    refresh
    See Also