Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
ICustomDoc (Interfaces)
.
C# Definition:
using System.Runtime.InteropServices;
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("3050F3F0-98B5-11CF-BB82-00AA00BDCE0B")]
public interface ICustomDoc
{
void SetUIHandler([In, MarshalAs(UnmanagedType.Interface)] IDocHostUIHandler pUIHandler);
}
VB Definition:
Imports System.Runtime.InteropServices
<ComImport(), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), _
Guid("3050f3f0-98b5-11cf-bb82-00aa00bdce0b")> _
Interface ICustomDoc
<PreserveSig()> _
Sub SetUIHandler(ByVal pUIHandler As IDocHostUIHandler)
End Interface
User-Defined Types:
None.
Notes:
None.
This custom interface enables an application hosting the WebBrowser Control or automating Microsoft Internet Explorer to replace the menus, toolbars, and context menus used by MSHTML.
11/8/2018 12:48:29 AM - -211.178.167.2
TODO - a short description
4/22/2014 5:03:19 AM - anonymous
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.