Partager via


ControlRendererPageContent.Create Method (Object)

 

Initializes a new instance of the ControlRendererPageContent class.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public static ControlRendererPageContent Create(
    object pageContentControl
)
public:
static ControlRendererPageContent^ Create(
    Object^ pageContentControl
)
Public Shared Function Create (
    pageContentControl As Object
) As ControlRendererPageContent

Parameters

  • pageContentControl
    Type: System.Object

    A control that is rendered as content in a page. The control fills the entire page area except the tab and title areas.

Return Value

Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ControlRendererPageContent

An instance of ControlRendererPageContent.

See Also

ControlRendererPageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top