These constants are passed to NSRunLoop's performSelector:target:argument:order:modes:.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSWindowRunLoopOrderingMode
Public Enumeration NSWindowRunLoopOrderingMode
public enum class NSWindowRunLoopOrderingMode
| Member | Description |
|---|---|
| NSDisplayWindowRunLoopOrdering | The priority at which windows are displayed. Available in Mac OS X v10.0 and later. |
| NSResetCursorRectsRunLoopOrdering | The priority at which cursor rects are reset. Available in Mac OS X v10.0 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)