Version

GetOutlookBarMinMaxBtn Method

Returns the button of the OutlookBar identified by its Name which is used to minimize/maximize the OutlookBar.
Syntax
'Declaration
 
Protected Function GetOutlookBarMinMaxBtn( _
   ByVal sOutlookBarMinMaxBtnName As System.String _
) As System.Windows.Controls.Primitives.ToggleButton
protected System.Windows.Controls.Primitives.ToggleButton GetOutlookBarMinMaxBtn( 
   System.string sOutlookBarMinMaxBtnName
)
protected: System.Windows.Controls.Primitives.ToggleButton* GetOutlookBarMinMaxBtn( 
   System.string* sOutlookBarMinMaxBtnName
) 

Parameters

sOutlookBarMinMaxBtnName
Name of the toggle button needed to minimize/maximize the OutlookBar

Return Value

Toggle Button to minimize/maximize 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