Version

fnSetNavAreaMaxGroups Method

Sets the size of the Navigation area to the value recorded after the splitter bar's drag was completed
Syntax
'Declaration
 
Protected Sub fnSetNavAreaMaxGroups( _
   ByVal iNavAreaMaxGroupsCount As System.Integer _
) 
protected void fnSetNavAreaMaxGroups( 
   System.int iNavAreaMaxGroupsCount
)
protected: void fnSetNavAreaMaxGroups( 
   System.int iNavAreaMaxGroupsCount
) 

Parameters

iNavAreaMaxGroupsCount
New value of the navigation area's max group count
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