|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
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.
Private Property Get IAMExtensionPage2_Name() As String
IAMExtensionPage2_Name = Me.caption
End Property
Copyright © 2000-2012 BlueCielo ECM Solutions |