Share via


AddinPageContent Class

 

Contains the page content passed between an adorner and the main form.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.AddinPageContent

Syntax

[SerializableAttribute]
public abstract class AddinPageContent
[SerializableAttribute]
public ref class AddinPageContent abstract 
<SerializableAttribute>
Public MustInherit Class AddinPageContent

Constructors

Name Description
System_CAPS_protmethod AddinPageContent(FormPropertyBag)

Creates a new instance of the AddinPageContent class, using the specified properties.

Properties

Name Description
System_CAPS_pubproperty HelpLink

Retrieves or sets a help link on the form.

System_CAPS_pubproperty HelpLinkText

Retrieves or sets the help link text to display on a page.

System_CAPS_protproperty PropertyBag

Retrieves the bag of properties used by each adorner to retrieve form data.

System_CAPS_pubproperty Title

Retrieves or sets the title of the UI.

Methods

Name Description
System_CAPS_pubmethod CreateControl()

Creates the UI content for the page.

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 GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PageEnter

The even that occurs when a page is entered.

System_CAPS_pubevent PageInitializing

Raised when the form initializes the page.

System_CAPS_pubevent PageValidating

Raised when the form validates the page.

System_CAPS_pubevent PropertyChanged

Occurs when a value in the user control is changed.

Remarks

This object describes the page of a UI that is potentially modified by a hosted email add-in. 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