MonobjcMonobjc Documented Class Library
NSDrawerState Enumeration
NamespacesMonobjc.AppKitNSDrawerState

These constants specify the possible states of a drawer.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSDrawerState
Public Enumeration NSDrawerState
public enum class NSDrawerState
Members
MemberDescription
NSDrawerClosedState

The drawer is closed (not visible onscreen).

Available in Mac OS X v10.0 and later.


NSDrawerOpeningState

The drawer is in the process of opening.

Available in Mac OS X v10.0 and later.


NSDrawerOpenState

The drawer is open (visible onscreen).

Available in Mac OS X v10.0 and later.


NSDrawerClosingState

The drawer is in the process of closing.

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)