Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListSubItemRenderer Class / PrePaintItem Method


In This Topic
    PrePaintItem Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub PrePaintItem( _
       ByVal item As NTreeListNodeSubItem, _
       ByVal context As NTreeListPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NTreeListSubItemRenderer
    Dim item As NTreeListNodeSubItem
    Dim context As NTreeListPaintContext
     
    instance.PrePaintItem(item, context)
    public virtual void PrePaintItem( 
       NTreeListNodeSubItem item,
       NTreeListPaintContext context
    )

    Parameters

    item
    context
    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