Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This message is sent by an application to change the identifier of the default push button for a dialog box.
Syntax
DM_SETDEFID wParam = idControl; |
Parameters
- idControl
-
Specifies the identifier of a push button control that becomes the default.
Return Value
The return value is always TRUE.
Remarks
This message should not be used to change the default style when calling SetFocuson a dialog control. Use the WM_NEXTDLGCTLmessage instead.
This message is processed by the DefDlgProcfunction. To set the default push button, the function can send WM_GETDLGCODEand BM_SETSTYLEmessages to the given control and the current default push button.
Using the DM_SETDEFID message can result in more than one button appearing to have the default push button state. When the system brings up a dialog, it draws the first push button in the dialog template with the default state border. Sending a DM_SETDEFID message to change the default button will not always remove the default state border from the first push button. In these cases, the application should send a BM_SETSTYLE message to change the first push button border style.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |