Share via


SmsTabbedDialog.AddPage Method

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

'Usage
Dim instance As SmsTabbedDialog
Dim pageControl As SmsPageControl
Dim returnValue As ISmsPage

returnValue = instance.AddPage(pageControl)

Syntax

'Declaration
Public Function AddPage ( _
    pageControl As SmsPageControl _
) As ISmsPage
public ISmsPage AddPage (
    SmsPageControl pageControl
)
public:
virtual ISmsPage^ AddPage (
    SmsPageControl^ pageControl
) sealed
public final ISmsPage AddPage (
    SmsPageControl pageControl
)
public final function AddPage (
    pageControl : SmsPageControl
) : ISmsPage

Parameters

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

Reference

SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ISmsPage Interface
SmsPageControl Class