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 | |
---|---|---|
PageControl | Gets the control that is rendered in a page. |
Methods
Name | Description | |
---|---|---|
Create(Object) | Initializes a new instance of the ControlRendererPageContent class. |
|
Dispose() | Release all resources that are used by the ControlRendererPageContent object. |
|
Dispose(Boolean) | Releases the unmanaged resources used by the ControlRendererPageContent object and optionally releases the managed resources. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Releases unmanaged resources and performs other cleanup operations before the ControlRendererPageContent object is reclaimed by garbage collection.(Overrides Object.Finalize().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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