Version

GetVerticalSplitter Method

Returns the Vertical splitter bar of the OutlookBar identified by its Name.
Syntax
'Declaration
 
Protected Function GetVerticalSplitter( _
   ByVal sVerticalSplitterName As System.String _
) As System.Windows.Controls.Primitives.Thumb
protected System.Windows.Controls.Primitives.Thumb GetVerticalSplitter( 
   System.string sVerticalSplitterName
)
protected: System.Windows.Controls.Primitives.Thumb* GetVerticalSplitter( 
   System.string* sVerticalSplitterName
) 

Parameters

sVerticalSplitterName
Name of the Vertical splitter bar of the OutlookBar

Return Value

Vertical splitter bar of 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