MonobjcMonobjc Documented Class Library
FilterBrowserPanelWithStyleMask Method (styleMask)
NamespacesMonobjc.QuartzIKFilterBrowserPanelFilterBrowserPanelWithStyleMask(UInt32)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static IKFilterBrowserPanel FilterBrowserPanelWithStyleMask(
	uint styleMask
)
Public Shared Function FilterBrowserPanelWithStyleMask ( _
	styleMask As UInteger _
) As IKFilterBrowserPanel
public:
static IKFilterBrowserPanel^ FilterBrowserPanelWithStyleMask(
	unsigned int styleMask
)
Parameters
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.
Return Value
The shared instance.
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)