FormContentAdorner Class
Adorns a dialog or wizard with UI extensions.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::TaskContentAdorner
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::FormContentAdorner
| Name | Description | |
|---|---|---|
![]() | FormContentAdorner(Guid, String^, String^) | Creates a new instance of the FormContentAdorner class using the specified ID, display name, and description. |
| Name | Description | |
|---|---|---|
![]() | Description | Retrieves a description of the adorner.(Inherited from TaskContentAdorner.) |
![]() | DisplayName | Retrieves the display name of the adorner.(Inherited from TaskContentAdorner.) |
![]() | ID | Retrieves the unique identifier of the adorner.(Inherited from TaskContentAdorner.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | CreatePages(FormPropertyBag^) | Retrieves the pages within the page provider. |
![]() | CreatePostExecutionTasks(FormPropertyBag^) | Returns a list of tasks that will be combined to the existing form.(Inherited from TaskContentAdorner.) |
![]() | CreatePreExecutionTasks(FormPropertyBag^) | Returns a list of tasks that will be combined to the existing form.(Inherited from TaskContentAdorner.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
This object is used to extend the built-in UI of the hosted email integration framework. For more information, see How to: Add a New UI Page to a Wizard.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


