xamarinmac
namespace AppKit
{
    [Protocol(Name = "NSMenuDelegate", WrapperType = typeof(NSMenuDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "NeedsUpdate", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSMenu) }, Selector = "menuNeedsUpdate:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MenuWillOpen", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSMenu) }, Selector = "menuWillOpen:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MenuDidClose", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSMenu) }, Selector = "menuDidClose:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "MenuWillHighlightItem", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSMenu), typeof(NSMenuItem) }, Selector = "menu:willHighlightItem:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MenuItemCount", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSMenu) }, ReturnType = typeof(nint), Selector = "numberOfItemsInMenu:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdateItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSMenu), typeof(NSMenuItem), typeof(nint), typeof(bool) }, ReturnType = typeof(bool), Selector = "menu:updateItem:atIndex:shouldCancel:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HasKeyEquivalentForEvent", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSMenu), typeof(NSEvent), typeof(NSObject), typeof(Selector) }, ReturnType = typeof(bool), Selector = "menuHasKeyEquivalent:forEvent:target:action:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfinementRectForMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSMenu), typeof(NSScreen) }, ReturnType = typeof(CGRect), Selector = "confinementRectForMenu:onScreen:")]
    public interface INSMenuDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("menu:willHighlightItem:")]
        [Preserve(Conditional = true)]
        void MenuWillHighlightItem(NSMenu! menu, NSMenuItem! item);
    }
}
Xamarin macOS 0.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙