Provides a custom view for a filter. (required)
Original signature is '-(IKFilterUIView*)provideViewForUIConfiguration:(NSDictionary*)inUIConfiguration excludedKeys:(NSArray*)inKeys'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
IKFilterUIView ProvideViewForUIConfigurationExcludedKeys( NSDictionary inUIConfiguration, NSArray inKeys )
Function ProvideViewForUIConfigurationExcludedKeys ( _ inUIConfiguration As NSDictionary, _ inKeys As NSArray _ ) As IKFilterUIView
IKFilterUIView^ ProvideViewForUIConfigurationExcludedKeys( NSDictionary^ inUIConfiguration, NSArray^ inKeys )

- inUIConfiguration (NSDictionary)
- A dictionary that specifies the size of the controls. Provide the key IKUISizeFlavor and one of the following values: IKUISizeMini, IKUISizeSmall, or IKUISizeRegular. For more information on these constants, see User Interface Options in CIFilter Image Kit Additions.
- inKeys (NSArray)
- An array of the input keys for which you do not want to provide a user interface. Pass nil if you want all input keys to be represented in the user interface.

An IKFilterUIView object or nil if the filter is unable to provide a view. If nil, the Image Kit framework will attempt to provide a user interface.

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