BCGControlBar Library for .NET
OutlookPageButtonsCollection Constructor




An OutlookBar to set as a parent for OutlookPageButtons collection.
Initializes a new instance of the OutlookPageButtonsCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal Outlookbar As OutlookBarControl _
)
'Usage
 
Dim Outlookbar As OutlookBarControl
 
Dim instance As New OutlookPageButtonsCollection(Outlookbar)
public OutlookPageButtonsCollection( 
   OutlookBarControl Outlookbar
)
public: OutlookPageButtonsCollection( 
   OutlookBarControl* Outlookbar
)
public:
OutlookPageButtonsCollection( 
   OutlookBarControl^ Outlookbar
)

Parameters

Outlookbar
An OutlookBar to set as a parent for OutlookPageButtons 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

OutlookPageButtonsCollection Class
OutlookPageButtonsCollection Members

Send Feedback