WS_EX_CONTEXTHELP top-level constant

int const WS_EX_CONTEXTHELP

The title bar of the window includes a question mark.

When the user clicks the question mark, the cursor changes to a question mark with a pointer. If the user then clicks a child window, the child receives a WM_HELP message. The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command. The Help application displays a pop-up window that typically contains help for the child window. WS_EX_CONTEXTHELP cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX styles.

Implementation

const WS_EX_CONTEXTHELP = 0x00000400;