BCGControlBar Library for .NET
MoveItem Method




If true, the selected item will be moved up, otherwise, down.
Moves items up or down in the list box of the OutlookNavigationPane
Syntax
'Declaration
 
Public Sub MoveItem( _
   ByVal bMoveUp As Boolean _
) 
'Usage
 
Dim instance As OutlookNavigationPane
Dim bMoveUp As Boolean
 
instance.MoveItem(bMoveUp)
public void MoveItem( 
   bool bMoveUp
)
public: void MoveItem( 
   bool bMoveUp
) 
public:
void MoveItem( 
   bool bMoveUp
) 

Parameters

bMoveUp
If true, the selected item will be moved up, otherwise, down.
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

Reference

OutlookNavigationPane Class
OutlookNavigationPane Members

Send Feedback