AddinPageContent Class
Contains the page content passed between an adorner and the main form.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::AddinPageContent
| Name | Description | |
|---|---|---|
![]() | AddinPageContent(FormPropertyBag^) | Creates a new instance of the AddinPageContent class, using the specified properties. |
| Name | Description | |
|---|---|---|
![]() | HelpLink | Retrieves or sets a help link on the form. |
![]() | HelpLinkText | Retrieves or sets the help link text to display on a page. |
![]() | PropertyBag | Retrieves the bag of properties used by each adorner to retrieve form data. |
![]() | Title | Retrieves or sets the title of the UI. |
| Name | Description | |
|---|---|---|
![]() | CreateControl() | Creates the UI content for the page. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PageEnter | The even that occurs when a page is entered. |
![]() | PageInitializing | Raised when the form initializes the page. |
![]() | PageValidating | Raised when the form validates the page. |
![]() | PropertyChanged | Occurs when a value in the user control is changed. |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




