Version

fnToggleOBarMaximization Method

Internal proxy method to maximize/minimize the OutlookBar control. It also reconstructs the Navigation area by setting the max group count to the group count that existed before the expansion/collapse event.
Syntax
'Declaration
 
Protected Sub fnToggleOBarMaximization( _
   ByVal bCollapse As System.Boolean _
) 
protected void fnToggleOBarMaximization( 
   System.bool bCollapse
)
protected: void fnToggleOBarMaximization( 
   System.bool bCollapse
) 

Parameters

bCollapse
Boolean parameter - if true, indicates a need to maximize the OutlookBar control if false, indicates a need to minimize the OutlookBar control
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