- NSMenuView - NSMenuView() 
- NSMenuView(CGRect) 
- NSMenuView(IntPtr) 
- NSMenuView(NSCoder) 
- NSMenuView(NSObjectFlag) 
- AttachedMenu 
- AttachedMenuView 
- ClassHandle 
- Font 
- HighlightedItemIndex 
- Horizontal 
- HorizontalEdgePadding 
- ImageAndTitleOffset 
- ImageAndTitleWidth 
- InnerRect 
- IsAttached 
- IsTornOff 
- KeyEquivalentOffset 
- KeyEquivalentWidth 
- Menu 
- MenuBarHeight 
- NeedsSizing 
- StateImageOffset 
- StateImageWidth 
- AttachSubmenuForItemAtIndex(nint) 
- DetachSubmenu() 
- GetMenuItemCell(nint) 
- IndexOfItemAtPoint(CGPoint) 
- ItemAdded(NSNotification) 
- ItemChanged(NSNotification) 
- ItemRemoved(NSNotification) 
- LocationForSubmenu(NSMenu) 
- PerformActionWithHighlighting(nint) 
- RectOfItemAtIndex(nint) 
- SetMenuItemCell(NSMenuItemCell, nint) 
- SetNeedsDisplay(nint) 
- SetWindowFrameForAttachingToRect(CGRect, NSScreen, NSRectEdge, nint) 
- SizeToFit() 
- TrackWithEvent(NSEvent) 
- Update() 
 
xamarinmac
    namespace AppKit
{
    [Introduced(PlatformName.MacOSX, 10, 0, 0, PlatformArchitecture.Arch32, null)]
    [Register("NSMenuView", true)]
    public class NSMenuView : NSView
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("initWithFrame:")]
        public NSMenuView(CGRect frame);
    }
}
            | 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