BCGControlBar Library for .NET
RemovePage Method




An index of the outlook page to remove.
Removes outlook page from the outlook page collection at the specified index.
Syntax
'Declaration
 
Public Overridable Sub RemovePage( _
   ByVal Index As Integer _
) 
'Usage
 
Dim instance As OutlookBarControl
Dim Index As Integer
 
instance.RemovePage(Index)
public virtual void RemovePage( 
   int Index
)
public: virtual void RemovePage( 
   int Index
) 
public:
virtual void RemovePage( 
   int Index
) 

Parameters

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