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.
IUIContextualUI (Interfaces)
.
C# Definition:
// Windows Ribbon ContextualUI interface
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("EEA11F37-7C46-437c-8E55-B52122B29293")]
public interface IUIContextualUI
{
// Sets the desired anchor point where ContextualUI should be displayed.
// Typically this is the mouse location at the time of right click.
// x and y are in virtual screen coordinates.
[PreserveSig]
HRESULT ShowAtLocation(Int32 x, Int32 y);
}
Notes:
None.
The IUIContextualUI interface is implemented by the Ribbon framework and provides the core functionality for the Context Popup View.
10/11/2009 5:43:23 PM - 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.