FormExtensionAdorner Class

 

Extends an existing hosted email add-in UI.

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

Syntax

[SerializableAttribute]
public abstract class FormExtensionAdorner : MarshalByRefObject
[SerializableAttribute]
public ref class FormExtensionAdorner abstract : MarshalByRefObject
<SerializableAttribute>
Public MustInherit Class FormExtensionAdorner
    Inherits MarshalByRefObject

Constructors

Name Description
System_CAPS_protmethod FormExtensionAdorner(Guid, String, String)

Creates a new instance of the FormExtensionAdorner class using the specified ID, display name, and description.

Properties

Name Description
System_CAPS_pubproperty Description

Retrieves a description of the adorner.

System_CAPS_pubproperty DisplayName

Retrieves the display name of the adorner.

System_CAPS_pubproperty ID

Returns the unique GUID of the adorner.

Methods

Name Description
System_CAPS_pubmethod CreateForm(FormPropertyBag)

Retrieves the form for the UI extension.

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

For more information on how to use this class, see How to: Extend an Existing Dialog or 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