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.
// Load Ribbon parameters (e.g. QuickAccessToolbar) from a stream
[PreserveSig]
HRESULT LoadSettingsFromStream([MarshalAs(UnmanagedType.Interface)] IStream pStream);
// Save Ribbon parameters (e.g. QuickAccessToolbar) to a stream
[PreserveSig]
HRESULT SaveSettingsToStream([MarshalAs(UnmanagedType.Interface)] IStream pStream);
}
Notes:
None.
The IUIRibbon interface is implemented by the Windows Ribbon (Ribbon) framework and provides the ability to specify settings and properties for a ribbon.