Creating a user interface extension pageMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

User interface extension pages can be property pages or wizard pages for the objects to which they are applied.

To create a user interface extension page:

  1. In a Visual Basic .NET user interface extension project, select Add New Item from the Project menu. The Add New Item dialog appears.
  2. Select the BC Meridian UI Extension Page template from the BC-Meridian category and click Add. The page is added to the project.
  3. Open the UIExtensionComposer component in the code editor, find the code of an overridden Pages property, and add the page to a collection similar to the code below.
See Also

Other Resources