DS_SETFOREGROUND top-level constant

int const DS_SETFOREGROUND

Causes the system to use the SetForegroundWindow function to bring the dialog box to the foreground. This style is useful for modal dialog boxes that require immediate attention from the user regardless of whether the owner window is the foreground window.

Implementation

const DS_SETFOREGROUND = 0x200;