TDM_ENABLE_BUTTON (Compact 2013)
3/28/2014
This message enables or disables a button in the task dialog.
Syntax
TDM_ENABLE_BUTTON
wParam = (WPARAM) (int) nButton;
lParam = (LPARAM) (int) nButtonState;
Parameters
- nButton
[in] The ID of the button to be enabled or disabled.
- nButtonState
[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 |