Share via


ControlRendererPageContent Class

 

Provides the content that is displayed in a ControlRendererPage that is associated with a tab in the Dashboard.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.ControlRendererPageContent

Syntax

public class ControlRendererPageContent : IDisposable
public ref class ControlRendererPageContent : IDisposable
Public Class ControlRendererPageContent
    Implements IDisposable

Properties

Name Description
System_CAPS_pubproperty PageControl

Gets the control that is rendered in a page.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(Object)

Initializes a new instance of the ControlRendererPageContent class.

System_CAPS_pubmethod Dispose()

Release all resources that are used by the ControlRendererPageContent object.

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the ControlRendererPageContent object and optionally releases the managed resources.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Releases unmanaged resources and performs other cleanup operations before the ControlRendererPageContent object is reclaimed by garbage collection.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

A ControlRendererPageContent object is not directly instantiated. An instance of ControlRendererPageContent is created using the Create method.

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.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top