GetSelectExFlags method
Retrieves design mode flags for the control.
Syntax
HRESULT retVal = object.GetSelectExFlags(pFlags);
Parameters
- pFlags [out, retval]
-
Type: DWORD
Address of a variable of type DWORD that receives one of the following flags.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
GetSelectExFlags was introduced in Windows Internet Explorer 7
See also
Show: