@msdn=http://msdn.microsoft.com/en-us/library/dd371482(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: The IUIContextualUI interface is implemented by the Ribbon framework and provides the core functionality for the Context Popup View. !!!!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. Documentation: IUIContextualUI@msdn on MSDN
Edit Interfaces.IUICon...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.