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++ |

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)