BCGControlBar Library for .NET
SetActivePage Method




An index of the outlook page to set as active.
Sets the outlook page with specified index as active .
Syntax
'Declaration
 
Public Overridable Sub SetActivePage( _
   ByVal Index As Integer _
) 
'Usage
 
Dim instance As OutlookBarControl
Dim Index As Integer
 
instance.SetActivePage(Index)
public virtual void SetActivePage( 
   int Index
)
public: virtual void SetActivePage( 
   int Index
) 
public:
virtual void SetActivePage( 
   int Index
) 

Parameters

Index
An index of the outlook page to set as active.
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

OutlookBarControl Class
OutlookBarControl Members

Send Feedback