Version

fnClickSelectedGroupContent Method

Allows for toggling between showing/hiding the selected group's content by clicking on the Navigation area's popup window button
Syntax
'Declaration
 
Protected Sub fnClickSelectedGroupContent( _
   ByVal bShow As System.Boolean _
) 
protected void fnClickSelectedGroupContent( 
   System.bool bShow
)
protected: void fnClickSelectedGroupContent( 
   System.bool bShow
) 

Parameters

bShow
Boolean parameter - if true, indicates a need to show the selected group's content if false, indicates a need to hide the selected group's content
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