Adds a single page that contains the specified page control to the form. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsTabbedDialog
Dim pageControl As SmsPageControl
Dim returnValue As ISmsPage

returnValue = instance.AddPage(pageControl)

Syntax

Visual Basic
Public Function AddPage ( _
		pageControl As SmsPageControl _
) As ISmsPage
C#
public ISmsPage AddPage (
		SmsPageControl pageControl
)
C++
public:
virtual ISmsPage^ AddPage (
		SmsPageControl^ pageControl
) sealed
J#
public final ISmsPage AddPage (
		SmsPageControl pageControl
)
JScript
public final function AddPage (
		pageControl : SmsPageControl
) : ISmsPage

Parameters

pageControl

[in] SmsPageControl object.

Return Value

ISmsPage interface.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also