Engine.DisplayBrowsePropertyObjectDialog
- Updated2024-10-09
- 1 minute(s) read
Engine.DisplayBrowsePropertyObjectDialog
Syntax
Engine.DisplayBrowsePropertyObjectDialog( dlgTitle, objectToBrowse, initialLocation, dlgOptions = 0)
Purpose
Launches a dialog box in which you can see the structure of a PropertyObject object.
Parameters
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] Specifies the object into which to browse.
initialLocation As String
[In] Specifies a lookup string for the subproperty of the object to select initially.
dlgOptions As Long
[In] Specify CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWind .
This parameter has a default value of 0 .