MonobjcMonobjc Documented Class Library
PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo Method (aView, delegate, didEndSelector, contextInfo)
NamespacesMonobjc.QuartzIKPictureTakerPopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo(NSView, Id, IntPtr, IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo(
	NSView aView,
	Id delegate,
	IntPtr didEndSelector,
	IntPtr contextInfo
)
Public Overridable Sub PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo ( _
	aView As NSView, _
	delegate As Id, _
	didEndSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo(
	NSView^ aView, 
	Id^ delegate, 
	IntPtr didEndSelector, 
	IntPtr contextInfo
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)