UtilApplicationGetIEBrowserEmulationMode(Process, RegistryScope) Method
Gets the Internet Explorer browser emulation mode for the specified process.
This is a code example.
No code example is currently available or this language may not be supported.
Dim p As Process = Process.GetCurrentProcess()
Dim scope As RegistryScope = RegistryScope.CurrentUser
Dim mode As IEBrowserEmulationMode = GetIEBrowserEmulationMode(p, scope)
Console.WriteLine(String.Format("Mode: {0} ({1})", mode, CStr(mode)))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.