Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adorns a dialog or wizard with UI extensions.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.TaskContentAdorner
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.FormContentAdorner
Syntax
[SerializableAttribute]
public abstract class FormContentAdorner : TaskContentAdorner
[SerializableAttribute]
public ref class FormContentAdorner abstract : TaskContentAdorner
<SerializableAttribute>
Public MustInherit Class FormContentAdorner
    Inherits TaskContentAdorner
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | FormContentAdorner(Guid, String, String) | Creates a new instance of the FormContentAdorner class using the specified ID, display name, and description. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Description | Retrieves a description of the adorner.(Inherited from TaskContentAdorner.) | 
| .jpeg) | DisplayName | Retrieves the display name of the adorner.(Inherited from TaskContentAdorner.) | 
| .jpeg) | ID | Retrieves the unique identifier of the adorner.(Inherited from TaskContentAdorner.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | CreatePages(FormPropertyBag) | Retrieves the pages within the page provider. | 
| .jpeg) | CreatePostExecutionTasks(FormPropertyBag) | Returns a list of tasks that will be combined to the existing form.(Inherited from TaskContentAdorner.) | 
| .jpeg) | CreatePreExecutionTasks(FormPropertyBag) | Returns a list of tasks that will be combined to the existing form.(Inherited from TaskContentAdorner.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Remarks
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.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top