SetSelectExFlags method
Sets design mode flags for the control.
Syntax
HRESULT retVal = object.SetSelectExFlags(lFlags);
Parameters
lFlags [in]
Type: DWORD
DWORD that specifies one of the following flags.
htmlSelectExFlagNone (0)
No design mode flags are specified.
htmlSelectExFlagHideSelectionInDesign (1)
Drop-down list item selection indicator is hidden in design mode.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
SetSelectExFlags was introduced in Windows Internet Explorer 7