Version

GetGroupAreaSplitter Method

Returns the GroupAreaSplitter bar of the OutlookBar identified by its Name.
Syntax
'Declaration
 
Protected Function GetGroupAreaSplitter( _
   ByVal sGroupAreaSplitterName As System.String _
) As Infragistics.Windows.OutlookBar.GroupAreaSplitter
protected Infragistics.Windows.OutlookBar.GroupAreaSplitter GetGroupAreaSplitter( 
   System.string sGroupAreaSplitterName
)
protected: Infragistics.Windows.OutlookBar.GroupAreaSplitter* GetGroupAreaSplitter( 
   System.string* sGroupAreaSplitterName
) 

Parameters

sGroupAreaSplitterName
Name of the GroupAreaSplitter bar of the OutlookBar

Return Value

GroupAreaSplitter bar of the OutlookBar identified by its Name
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