MonobjcMonobjc Documented Class Library
NSWorkspaceIconCreationOptions Enumeration
NamespacesMonobjc.AppKitNSWorkspaceIconCreationOptions

These constants describe the NSWorkspaceIconCreationOptions values used by setIcon:forFile:options:. You can combine these using the C bitwise OR operator.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWorkspaceIconCreationOptions
Public Enumeration NSWorkspaceIconCreationOptions
public enum class NSWorkspaceIconCreationOptions
Members
MemberDescription
NSExcludeQuickDrawElementsIconCreationOption

Suppress generation of the QuickDraw format icon representations that are used in Mac OS X v10.0 through Mac OS X v10.4.

Available in Mac OS X v10.4 and later.


NSExclude10_4ElementsIconCreationOption

Suppress generation of the new higher resolution icon representations that are supported in Mac OS X v10.4.

Available in Mac OS X v10.4 and later.


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.AppKit (Module: Monobjc.AppKit)