MonobjcMonobjc Documented Class Library
NSSelectionDirection Enumeration
NamespacesMonobjc.AppKitNSSelectionDirection

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSSelectionDirection
Public Enumeration NSSelectionDirection
public enum class NSSelectionDirection
Members
MemberDescription
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.


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)