Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListView Class / RedrawItems Method


In This Topic
    RedrawItems Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Sub RedrawItems( _
       ByVal startIndex As System.Integer, _
       ByVal endIndex As System.Integer, _
       ByVal invalidateOnly As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NListView
    Dim startIndex As System.Integer
    Dim endIndex As System.Integer
    Dim invalidateOnly As System.Boolean
     
    instance.RedrawItems(startIndex, endIndex, invalidateOnly)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public void RedrawItems( 
       System.int startIndex,
       System.int endIndex,
       System.bool invalidateOnly
    )

    Parameters

    startIndex
    endIndex
    invalidateOnly
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also