Creates a shared instance of the IKFilterBrowserPanel class.
Original signature is '+ (id)filterBrowserPanelWithStyleMask:(unsigned int)styleMask'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static IKFilterBrowserPanel FilterBrowserPanelWithStyleMask( uint styleMask )
Public Shared Function FilterBrowserPanelWithStyleMask ( _ styleMask As UInteger _ ) As IKFilterBrowserPanel
public: static IKFilterBrowserPanel^ FilterBrowserPanelWithStyleMask( unsigned int styleMask )

- styleMask (UInt32)
- A mask that specifies whether to use the default or brushed metal look for the window. You can select or deselect the NSTexturedBackgroundWindowMask style bit.

The shared instance.

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