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)

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

[SerializableAttribute]
public ref class AddinPageContent abstract 

NameDescription
System_CAPS_protmethodAddinPageContent(FormPropertyBag^)

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

NameDescription
System_CAPS_pubpropertyHelpLink

Retrieves or sets a help link on the form.

System_CAPS_pubpropertyHelpLinkText

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

System_CAPS_protpropertyPropertyBag

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

System_CAPS_pubpropertyTitle

Retrieves or sets the title of the UI.

NameDescription
System_CAPS_pubmethodCreateControl()

Creates the UI content for the page.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPageEnter

The even that occurs when a page is entered.

System_CAPS_pubeventPageInitializing

Raised when the form initializes the page.

System_CAPS_pubeventPageValidating

Raised when the form validates the page.

System_CAPS_pubeventPropertyChanged

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.

Return to top

Community Additions

ADD
Show: