BCGControlBar Library for .NET
SetPanesOrder Method




An array list of the outlook panes with specified indexes to set as a new order.
Set a new order of the outlook bar panes in pane collection according to the specified order.
Syntax
'Declaration
 
Public Function SetPanesOrder( _
   ByVal pageOrder As ArrayList _
) As Boolean
'Usage
 
Dim instance As OutlookBarControl
Dim pageOrder As ArrayList
Dim value As Boolean
 
value = instance.SetPanesOrder(pageOrder)
public bool SetPanesOrder( 
   ArrayList pageOrder
)
public: bool SetPanesOrder( 
   ArrayList* pageOrder
) 
public:
bool SetPanesOrder( 
   ArrayList^ pageOrder
) 

Parameters

pageOrder
An array list of the outlook panes with specified indexes to set as a new order.
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

OutlookBarControl Class
OutlookBarControl Members

Send Feedback