Version

GetChildItems Method

Syntax
'Declaration
 
Protected Sub GetChildItems( _
   ByVal itemParent As Infragistics.Controls.Editors.PropertyGridItem, _
   ByVal bIncludeFiltered As System.Boolean, _
   ByRef lstItems As System.Collections.Generic.List(Of PropertyGridItem) _
) 
protected void GetChildItems( 
   Infragistics.Controls.Editors.PropertyGridItem itemParent,
   System.bool bIncludeFiltered,
   ref System.Collections.Generic.List<PropertyGridItem> lstItems
)
protected: void GetChildItems( 
   Infragistics.Controls.Editors.PropertyGridItem* itemParent,
   System.bool bIncludeFiltered,
   ref System.Collections.Generic.List<PropertyGridItem*>* lstItems
) 

Parameters

itemParent
bIncludeFiltered
lstItems
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