QHTM_SET_OPTION
Set one of the option states from the HTML control. For current options see QHTM_GET_OPTION
Parameters
- wParam
- OptionIndex, see QHTM_GET_OPTION for a list of current options available.
- lParam
- OptionValue, the new option setting. The meaning of the OptionValue depends on the OptionIndex used.
Return value
None
Example
::SendMessage( hwnd, QHTM_SET_OPTION, (WPARAM)Index, (LPARAM)Value );
See also QHTM_GET_OPTION