BCGControlBar Library for .NET
OutlookBarPanesCollection Constructor




A parent OutlookBarControl.
Initializes a new instance of the OutlookBarPanesCollection class for specified OutlookBarControl.
Syntax
'Declaration
 
Public Function New( _
   ByVal Outlookbar As OutlookBarControl _
)
'Usage
 
Dim Outlookbar As OutlookBarControl
 
Dim instance As New OutlookBarPanesCollection(Outlookbar)
public OutlookBarPanesCollection( 
   OutlookBarControl Outlookbar
)
public: OutlookBarPanesCollection( 
   OutlookBarControl* Outlookbar
)
public:
OutlookBarPanesCollection( 
   OutlookBarControl^ Outlookbar
)

Parameters

Outlookbar
A parent OutlookBarControl.
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

OutlookBarPanesCollection Class
OutlookBarPanesCollection Members

Send Feedback