Engine.DisplayWorkspaceBrowserDialog
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.DisplayWorkspaceBrowserDialog
Syntax
Engine.DisplayWorkspaceBrowserDialog( dlgTitle, dlgOptions = 0)
Purpose
Launches a dialog box in which you select and edit a workspace file.
Remarks
User interfaces use this method to allow users to select a workspace file, load and unload a workspace file, edit the files in the workspace file and project files, and perform SCC operations.
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.
dlgOptions As Long
[In] Specifies any combination of the WorkspaceBrowserDialogOptions constants. Pass WorkspaceBrowserDlgOption_Editable to enable editing of the workspace. Use the bitwise-OR operator to specify more than one option.
This parameter has a default value of 0 .