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


PrintChild Method (NItemsControl)
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)

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