BCGControlBar Library for .NET
AddPage Method (OutlookBarControl)




An OutlookBaPane to add to the collection.
Adds a specified OutlookBarPane to the OutlookBarPaneCollection of the OutlookBarControl.
Syntax
'Declaration
 
Public Sub AddPage( _
   ByVal pane As OutlookBarPane _
) 
'Usage
 
Dim instance As OutlookBarControl
Dim pane As OutlookBarPane
 
instance.AddPage(pane)
public void AddPage( 
   OutlookBarPane pane
)
public: void AddPage( 
   OutlookBarPane* pane
) 
public:
void AddPage( 
   OutlookBarPane^ pane
) 

Parameters

pane
An OutlookBaPane to add to the collection.
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