2 implementations of GetContextMenu
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
274public HRESULT GetContextMenu(
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
141public HRESULT GetContextMenu(
3 references to GetContextMenu
System.Windows.Forms.Primitives (3)
Windows.Win32.IRichEditOleCallback.g.cs (1)
507 return __object.GetContextMenu(seltype, lpoleobj, lpchrg, lphmenu);
Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (2)
73 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.GetContextMenu(winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE, winmdroot.System.Ole.IOleObject*, winmdroot.UI.Controls.RichEdit.CHARRANGE*, winmdroot.UI.WindowsAndMessaging.HMENU*)"/> 80 winmdroot.Foundation.HRESULT __result = @this.GetContextMenu(seltype, lpoleobj, lpchrgLocal, lphmenuLocal);