TDM_CLICK_RADIO_BUTTON message
Simulates the action of a radio button click in a task dialog.
Parameters
-
wParam [in]
-
An int value that specifies the ID of the radio button to be clicked.
-
lParam [in]
-
Must be zero.
Return value
The return value is ignored.
Remarks
The specified radio button ID is sent to the TaskDialogCallbackProc callback function as part of a TDN_RADIO_BUTTON_CLICKED notification code. After the callback function returns, the radio button will be selected.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|