WorkspaceBrowserDialogOptions

Use these constants with the dlgOptions parameter of the Engine.DisplayWorkspaceBrowserDialog method.

  • WorkspaceBrowserDlgOption_Editable –(Value: 1) Enable the dialog box to edit the contents of the currently loaded workspace and the project files in the workspace.
  • WorkspaceBrowserDlgOption_ModalToAppMainWind –(Value: 0x00010000) By default, the dialog box is modal to the last active window of the calling thread, or if none exists, to the last active window from AppMainHwnd. If you set this option, the dialog box is modal with respect to the window handle of the Engine.AppMainHwnd property. Typically, you do not need to set this option.
  • WorkspaceBrowserDlgOption_NoOptions –(Value: 0) No options.

See Also

Engine.AppMainHwnd

Engine.DisplayWorkspaceBrowserDialog