ControlRendererPage Class
Represents the page in the Dashboard that renders a custom control.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::ControlRendererPage
| Name | Description | |
|---|---|---|
![]() | ControlRendererPage(Guid, String^, String^) | Initializes a new instance of the ControlRendererPage class with the specified GUID and description. |
| Name | Description | |
|---|---|---|
![]() | Component | Represents a component in the page. |
| Name | Description | |
|---|---|---|
![]() | CreateContent() | Called by the Dashboard to create content for the page. |
![]() | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the page in the Dashboard. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject::CreateObjRef(Type^).) |
![]() | Dispose() | Release all resources that are used by the ControlRendererPage object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ControlRendererPage object and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the ControlRendererPage object is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
ControlRenderPage is inherited by a user-defined class. The user-defined class must also override CreateContent.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


