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.

C# | Visual Basic | Visual C++ |
public virtual int RunModalWithOptions( NSDictionary inOptions )
Public Overridable Function RunModalWithOptions ( _ inOptions As NSDictionary _ ) As Integer
public: virtual int RunModalWithOptions( NSDictionary^ inOptions )

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

Either NSOKButton if the user validates, or NSCancelButton if the user cancels.

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