DS_CONTROL top-level constant
int
const DS_CONTROL
Creates a dialog box that works well as a child window of another dialog box, much like a page in a property sheet. This style allows the user to tab among the control windows of a child dialog box, use its accelerator keys, and so on.
Implementation
const DS_CONTROL = 0x0400;