These constants specify the direction a window is currently using to change the key view. They’re used by keyViewSelectionDirection.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSSelectionDirection
Public Enumeration NSSelectionDirection
public enum class NSSelectionDirection

Member | Description |
---|---|
NSDirectSelection | The window isn’t traversing the key view loop. Available in Mac OS X v10.0 and later. |
NSSelectingNext | The window is proceeding to the next valid key view. Available in Mac OS X v10.0 and later. |
NSSelectingPrevious | The window is proceeding to the previous valid key view. 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)