|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
DM_SETDEFID
An application sends a DM_SETDEFID message to change the identifier of the
default push button for a dialog box.
DM_SETDEFID
wParam = idControl; // identifier of new default push button
Parameters
idControl
Value of wParam. Specifies the identifier of a push button control that will become the
default.
Remarks
This message is processed by the DefDlgProc function. To set the default push button, the function can send WM_GETDLGCODE and BM_SETSTYLE messages 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 Windows 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.
Return Values
The return value is always TRUE.
See Also
BM_SETSTYLE, DefDlgProc, DM_GETDEFID, EM_SETLIMITTEXT, WM_GETDLGCODE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|