NSTableView defines these constants to specify drop operations.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSTableViewDropOperation
Public Enumeration NSTableViewDropOperation
public enum class NSTableViewDropOperation
| Member | Description |
|---|---|
| NSTableViewDropOn | Specifies that the drop should occur on the specified row. Available in Mac OS X v10.0 and later. |
| NSTableViewDropAbove | Specifies that the drop should occur above the specified row. 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)