ControlRendererPageContent Class
Provides the content that is displayed in a ControlRendererPage that is associated with a tab in the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Microsoft.WindowsServerSolutions.Administration.ObjectModel::ControlRendererPageContent
| Name | Description | |
|---|---|---|
![]() | PageControl | Gets the control that is rendered in a page. |
| 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.) |
A ControlRendererPageContent object is not directly instantiated. An instance of ControlRendererPageContent is created using the Create method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



