---
title: "filterBrowserPanel(withStyleMask:)"
framework: quartz
role: symbol
role_heading: Type Method
path: "quartz/ikfilterbrowserpanel/filterbrowserpanel(withstylemask:)"
---

# filterBrowserPanel(withStyleMask:)

Creates a shared instance of the IKFilterBrowserPanel class.

## Declaration

```swift
class func filterBrowserPanel(withStyleMask styleMask: UInt32) -> Any!
```

## Parameters

- `styleMask`: A mask that specifies whether to use the default or brushed metal look for the window.

## Return Value

Return Value The shared instance.
