MonobjcMonobjc Documented Class Library
RunModalWithOptions Method (inOptions)
NamespacesMonobjc.QuartzIKFilterBrowserPanelRunModalWithOptions(NSDictionary)

Displays the filter browser in a modal dialog that must be dismissed by the user but that is not attached to a window.

Original signature is '- (int)runModalWithOptions:(NSDictionary*)inOptions'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int RunModalWithOptions(
	NSDictionary inOptions
)
Public Overridable Function RunModalWithOptions ( _
	inOptions As NSDictionary _
) As Integer
public:
virtual int RunModalWithOptions(
	NSDictionary^ inOptions
)
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.
Return Value
Either NSOKButton if the user validates, or NSCancelButton if the user cancels.
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)