ControlRendererPage.CreateContent Method ()
Called by the Dashboard to create content for the page.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected abstract ControlRendererPageContent CreateContent()
protected:
virtual ControlRendererPageContent^ CreateContent() abstract
Protected MustOverride Function CreateContent As ControlRendererPageContent
Return Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ControlRendererPageContent
An instance of ControlRendererPageContent.
See Also
ControlRendererPage Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top