BCGControlBar Library for .NET
OutlookPageButton Constructor




Initializes a new instance of the OutlookPageButton.
Syntax
'Declaration
 
Public Function New( _
   ByVal outlookbar As OutlookBarControl, _
   ByVal PageIndex As Integer _
)
'Usage
 
Dim outlookbar As OutlookBarControl
Dim PageIndex As Integer
 
Dim instance As New OutlookPageButton(outlookbar, PageIndex)
public OutlookPageButton( 
   OutlookBarControl outlookbar,
   int PageIndex
)
public: OutlookPageButton( 
   OutlookBarControl* outlookbar,
   int PageIndex
)
public:
OutlookPageButton( 
   OutlookBarControl^ outlookbar,
   int PageIndex
)

Parameters

outlookbar
PageIndex
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

OutlookPageButton Class
OutlookPageButton Members

Send Feedback