These constants specify the possible states of a drawer.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSDrawerState
Public Enumeration NSDrawerState
public enum class NSDrawerState
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)