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.
IDeskBand (Interfaces)
.
C# Definition:
[ComImport]
[Guid ("EB0FE172-1A3A-11D0-89B3-00A0C90A90AC")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDeskBand
{
// IOleWindow methods
[PreserveSig] int GetWindow (out IntPtr phwnd) ;
[PreserveSig] int ContextSensitiveHelp (
[In, MarshalAs(UnmanagedType.Bool)] bool fEnterMode) ;
// IDockingWindow methods
[PreserveSig] int ShowDW ([In, MarshalAs (UnmanagedType.Bool)] bool fShow);
[PreserveSig] int CloseDW([In] Int32 dwReserved) ;
[PreserveSig] int ResizeBorderDW (ref RECT rcBorder,
[In, MarshalAs (UnmanagedType.IUnknown)] ref object punkToolbarSite,
[MarshalAs (UnmanagedType.Bool)] bool fReserved) ;