Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NItemsControl Class / PrintChild Method


In This Topic
    PrintChild Method (NItemsControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PrintChild( _
       ByVal child As NLightUIItem, _
       ByVal context As NLightUIPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NItemsControl
    Dim child As NLightUIItem
    Dim context As NLightUIPaintContext
     
    instance.PrintChild(child, context)
    protected virtual void PrintChild( 
       NLightUIItem child,
       NLightUIPaintContext context
    )

    Parameters

    child
    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