CHtmlEditCtrlBase::SetMultiSelect
Enables multiple selection.
HRESULT SetMultiSelect(
bool bNewValue
) const;
Parameters
- bNewValue
If true, allows for the selection of more than one site-selectable element at a time when the user holds down the SHIFT or CTRL keys.
Return Value
Returns S_OK on success, or an error HRESULT on failure.
Remarks
This method sends the IDM MULTIPLESELECTION command ID to the WebBrowser control.
Requirements
Header: afxhtml.h