NSWindowMenu Delegate

Definition

public delegate bool NSWindowMenu(NSWindow window, NSMenu menu);
type NSWindowMenu = delegate of NSWindow * NSMenu -> bool

Parameters

window
NSWindow
menu
NSMenu

Return Value

Applies to