Engine.DisplayAdapterConfigDialog
- Updated2025-07-21
- 1 minute(s) read
Engine.DisplayAdapterConfigDialog
Syntax
Engine.DisplayAdapterConfigDialog( dlgTitle, adapterSelectorReadOnly, adapterCfgReadOnly, hideAdapterSelector, modalToAppMainWind)
Return Value
Returns True if the dialog box modifies adapter settings.
Purpose
Launches the Adapter Configuration dialog box, in which you can edit adapter-specific settings and select the default adapter.
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.
adapterSelectorReadOnly As Boolean
[In] Pass True if you want a read-only version of the Selected column in the dialog box.
adapterCfgReadOnly As Boolean
[In] Pass True if you want read-only versions of the Adapter Configuration controls in the dialog box.
hideAdapterSelector As Boolean
[In] Pass True to hide the Selected and Hidden columns in the dialog box. This is useful for user interfaces that do not require the ability to select a default adapter.
modalToAppMainWind As Boolean
[In] By default, the dialog box is modal to the last active window of the calling thread, or if there is none, 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.