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.
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 | |
---|---|---|
![]() |
AddinPageContent(FormPropertyBag) | Creates a new instance of the AddinPageContent class, using the specified properties. |
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. |
Methods
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.) |
Events
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. |
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