BCGControlBar Library for .NET
OutlookToolbarButtonsCollection Constructor




An OutlookToolbar to set as a parent for OutlookToolbarButtonsCollection.
Initializes a new instance of the OutlookToolbarButton for the specified parent OutlookToolBar.
Syntax
'Declaration
 
Public Function New( _
   ByVal toolbar As OutlookToolBar _
)
'Usage
 
Dim toolbar As OutlookToolBar
 
Dim instance As New OutlookToolbarButtonsCollection(toolbar)
public OutlookToolbarButtonsCollection( 
   OutlookToolBar toolbar
)
public: OutlookToolbarButtonsCollection( 
   OutlookToolBar* toolbar
)
public:
OutlookToolbarButtonsCollection( 
   OutlookToolBar^ toolbar
)

Parameters

toolbar
An OutlookToolbar to set as a parent for OutlookToolbarButtonsCollection.
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

OutlookToolbarButtonsCollection Class
OutlookToolbarButtonsCollection Members

Send Feedback