BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

Name property

The Name property should return a unique string to identify the page. This string can be used to switch focus to the page through IAMPagesFrame.CurrentPage.

By default the interface extension designer will use the caption property of the VB form.

Example
Private Property Get IAMExtensionPage2_Name() As String
    IAMExtensionPage2_Name = Me.caption
End Property

Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com