Displays the Open Recent popup menu associated with the picture taker.
Original signature is '- (void)popUpRecentsMenuForView:(NSView *)aView withDelegate:(id)delegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo( NSView aView, Id delegate, IntPtr didEndSelector, IntPtr contextInfo )

- aView (NSView)
- MISSING
- delegate (Id)
- The object that will invoke the selector didEndSelector when the picture taker session terminates.
- didEndSelector (IntPtr)
- The selector to invoke when the picture taker session terminates.
- contextInfo (IntPtr)
- Any data that must be passed as an argument to the delegate through didEndSelector after the picture taker session terminates.

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