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)

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

public ref class ControlRendererPageContent : IDisposable

NameDescription
System_CAPS_pubpropertyPageControl

Gets the control that is rendered in a page.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(Object^)

Initializes a new instance of the ControlRendererPageContent class.

System_CAPS_pubmethodDispose()

Release all resources that are used by the ControlRendererPageContent object.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: