MonobjcMonobjc Documented Class Library
BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo Method (inOptions, docWindow, modalDelegate, didEndSelector, contextInfo)
NamespacesMonobjc.QuartzIKFilterBrowserPanelBeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo(NSDictionary, NSWindow, Id, IntPtr, IntPtr)

Displays the filter browser in a sheet—that is, a dialog that is attached to its parent window and must be dismissed by the user.

Original signature is '- (void)beginSheetWithOptions:(NSDictionary*)inOptions modalForWindow:(NSWindow *)docWindow modalDelegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo(
	NSDictionary inOptions,
	NSWindow docWindow,
	Id modalDelegate,
	IntPtr didEndSelector,
	IntPtr contextInfo
)
Public Overridable Sub BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo ( _
	inOptions As NSDictionary, _
	docWindow As NSWindow, _
	modalDelegate As Id, _
	didEndSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo(
	NSDictionary^ inOptions, 
	NSWindow^ docWindow, 
	Id^ modalDelegate, 
	IntPtr didEndSelector, 
	IntPtr contextInfo
)
Parameters
inOptions (NSDictionary)
A dictionary of options that describe the configuration to use for the filter browser user interface. For the possible keys you can supply see “Filter Browser Option Keys” and the constant IKUISizeFlavor.
docWindow (NSWindow)
MISSING
modalDelegate (Id)
The object that will invoke the selector didEndSelector when the filter browser session terminates.
didEndSelector (IntPtr)
The selector to invoke when the filter browser session terminates.
contextInfo (IntPtr)
Any data that must be passed as an argument to the delegate through didEndSelector after the filter browser 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)