Version

GetItemCollection Method

Returns the parent collection of items of the given item
Syntax
'Declaration
 
Protected Function GetItemCollection( _
   ByVal item As System.Object, _
   Optional ByVal toolLocation As Infragistics.Windows.Ribbon.ToolLocation, _
   Optional ByVal bGalleryPreview As System.Boolean _
) As System.Object
protected System.object GetItemCollection( 
   System.object item,
   Infragistics.Windows.Ribbon.ToolLocation toolLocation,
   System.bool bGalleryPreview
)
protected: System.Object* GetItemCollection( 
   System.Object* item,
   Infragistics.Windows.Ribbon.ToolLocation toolLocation,
   System.bool bGalleryPreview
) 

Parameters

item
The input item
toolLocation
Optional location of the item
bGalleryPreview
Boolean of true to indicate if the item belongs to the gallery tools' preview area

Return Value

Returns the parent collection of items of the given item
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