Share via


TDM_CLICK_RADIO_BUTTON (Compact 2013)

3/28/2014

This message simulates the action of a radio button click in the task dialog.

Syntax

TDM_CLICK_RADIO_BUTTON
  wParam = (WPARAM) (int) nRadioButton;
  lParam = 0;

Parameters

  • nRadioButton
    [in] The ID of the radio button to be selected.
  • lParam
    Not used.

Return Value

The return value is ignored.

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Messages
TDM_CLICK_VERIFICATION