Asks the delegate whether the window displays the title pop-up menu in response to a Command-click or Control-click on its title.
Original signature is '- (BOOL)window:(NSWindow *)window shouldPopUpDocumentPathMenu:(NSMenu *)menu'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public event NSWindow..::..WindowShouldPopUpDocumentPathMenuEventHandler WindowShouldPopUpDocumentPathMenu
Public Event WindowShouldPopUpDocumentPathMenu As NSWindow..::..WindowShouldPopUpDocumentPathMenuEventHandler
public: event NSWindow..::..WindowShouldPopUpDocumentPathMenuEventHandler^ WindowShouldPopUpDocumentPathMenu { void add (NSWindow..::..WindowShouldPopUpDocumentPathMenuEventHandler^ value); void remove (NSWindow..::..WindowShouldPopUpDocumentPathMenuEventHandler^ value); }

YES to allow the display of the title pop-up menu; NO to prevent it.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)