Version

GetNavigationArea Method

Returns the Navigation area below the GroupAreaSplitter bar identified by its Name.
Syntax
'Declaration
 
Protected Function GetNavigationArea( _
   ByVal sNavAreaName As System.String _
) As Infragistics.Windows.OutlookBar.GroupsPresenter
protected Infragistics.Windows.OutlookBar.GroupsPresenter GetNavigationArea( 
   System.string sNavAreaName
)
protected: Infragistics.Windows.OutlookBar.GroupsPresenter* GetNavigationArea( 
   System.string* sNavAreaName
) 

Parameters

sNavAreaName
Name of the Navigation area below the GroupAreaSplitter bar

Return Value

Navigation area below the GroupAreaSplitter bar 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