Compartilhar via


TDM_ENABLE_RADIO_BUTTON (Compact 2013)

3/28/2014

This message enables or disables a radio button in the task dialog.

Syntax

TDM_ENABLE_RADIO_BUTTON
  wParam = (WPARAM) (int) nRadioButton;
  lParam = (LPARAM) (int) nRadioButtonState;

Parameters

  • nRadioButton
    [in] The ID of the radio button to be enabled or disabled.
  • nRadioButtonState
    [in] Specifies the button state. Set to 0 to disable the button; set to non-zero to enable the button.

Return Value

The return value is ignored.

Remarks

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Messages
TDM_ENABLE_BUTTON