MonobjcMonobjc Documented Class Library
NSWindowNumberListOptions Enumeration
NamespacesMonobjc.AppKitNSWindowNumberListOptions

The options that may be passed to the windowNumbersWithOptions: method.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowNumberListOptions
Public Enumeration NSWindowNumberListOptions
public enum class NSWindowNumberListOptions
Members
MemberDescription
NSWindowNumberListAllApplications

The window numbers of windows visible on any space and belonging to any application.

Available in Mac OS X v10.6 and later.


NSWindowNumberListAllSpaces

The window numbers of windows visible on any space and belonging to the calling application.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)