Share via


TDM_CLICK_BUTTON (Compact 2013)

3/28/2014

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

Syntax

TDM_CLICK_BUTTON
  wParam = (WPARAM) (int) nButton;
  lParam = 0;

Parameters

  • nButton
    [in] The button ID to be selected.
  • lParam
    Not used.

Return Value

The return value is ignored.

Remarks

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Messages