The options that may be passed to the windowNumbersWithOptions: method.
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public enum NSWindowNumberListOptions
Public Enumeration NSWindowNumberListOptions
public enum class NSWindowNumberListOptions
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)