Version

GetGroups Method (XamOutlookBarProxy)

Reutrns the headers/count of the visible groups at the requested location
Syntax
'Declaration
 
Protected Function GetGroups( _
   ByVal bNeedHeaders As System.Boolean, _
   ByVal bNeedCount As System.Boolean, _
   ByVal groupLocation As Infragistics.Windows.OutlookBar.OutlookBarGroupLocation _
) As System.Object
protected System.object GetGroups( 
   System.bool bNeedHeaders,
   System.bool bNeedCount,
   Infragistics.Windows.OutlookBar.OutlookBarGroupLocation groupLocation
)
protected: System.Object* GetGroups( 
   System.bool bNeedHeaders,
   System.bool bNeedCount,
   Infragistics.Windows.OutlookBar.OutlookBarGroupLocation groupLocation
) 

Parameters

bNeedHeaders
Boolean to indicate to return the headers of the visible groups at the requested location
bNeedCount
Boolean to indicate to return the count of the visible groups at the requested location
groupLocation
Location at which the visible groups residing need to be returned

Return Value

The headers/count of the visible groups at the requested location
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