Version

RecordGroup Method

Records the Group header and its index(only in case of duplicate groups)
Syntax
'Declaration
 
Protected Sub RecordGroup( _
   ByVal group As Infragistics.Windows.OutlookBar.OutlookBarGroup _
) 
protected void RecordGroup( 
   Infragistics.Windows.OutlookBar.OutlookBarGroup group
)
protected: void RecordGroup( 
   Infragistics.Windows.OutlookBar.OutlookBarGroup* group
) 

Parameters

group
Currently selected group of the OutlookBar to be recorded
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