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)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::FormExtensionAdorner

[SerializableAttribute]
public ref class FormExtensionAdorner abstract : MarshalByRefObject

NameDescription
System_CAPS_protmethodFormExtensionAdorner(Guid, String^, String^)

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

NameDescription
System_CAPS_pubpropertyDescription

Retrieves a description of the adorner.

System_CAPS_pubpropertyDisplayName

Retrieves the display name of the adorner.

System_CAPS_pubpropertyID

Returns the unique GUID of the adorner.

NameDescription
System_CAPS_pubmethodCreateForm(FormPropertyBag^)

Retrieves the form for the UI extension.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: