Engine.DisplayBrowsePropertyObjectDialog ( dlgTitle, objectToBrowse, initialLocation, dlgOptions = 0)
Launches a dialog box in which you can see the structure of a PropertyObject object.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
objectToBrowse As PropertyObject
[In] Pass the object into which to browse.
initialLocation As String
[In] Pass a lookup string for the subproperty of the object to select initially.
dlgOptions As long
[In] Pass either CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWind.
This parameter has a default value of 0.