BCGControlBar Library for .NET
OutlookToolbarButton Constructor(OutlookBarPane)




An OutlookBarPane associated with the OutlookToolbarButton.
Initializes a new instance of the OutlookToolbarButton associated with the specified OutlookBarPane.
Syntax
'Declaration
 
Public Function New( _
   ByVal pane As OutlookBarPane _
)
'Usage
 
Dim pane As OutlookBarPane
 
Dim instance As New OutlookToolbarButton(pane)
public OutlookToolbarButton( 
   OutlookBarPane pane
)
public: OutlookToolbarButton( 
   OutlookBarPane* pane
)
public:
OutlookToolbarButton( 
   OutlookBarPane^ pane
)

Parameters

pane
An OutlookBarPane associated with the OutlookToolbarButton.
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

OutlookToolbarButton Class
OutlookToolbarButton Members
Overload List

Send Feedback