FormRegionStartup Members
Include Protected Members
Include Inherited Members
Defines an interface that allows an add-in to specify the storage and the user interface of a form region, obtains an object for that form region, and determines when the form region is about to be displayed in a form or in the Reading Pane.
The FormRegionStartup type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeforeFormRegionShow | Allows an add-in to update the user interface of a form region before it is displayed. (Inherited from _FormRegionStartup.) | |
GetFormRegionIcon | Obtains an icon image that will be displayed for a particular type of icon for the form region. (Inherited from _FormRegionStartup.) | |
GetFormRegionManifest | Obtains the XML manifest for a form region. (Inherited from _FormRegionStartup.) | |
GetFormRegionStorage | Obtains appropriate storage for a form region based on the specified information. (Inherited from _FormRegionStartup.) |
Top