CursorOptionKind Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different cursor options
public enum CursorOptionKindtype CursorOptionKind = Public Enum CursorOptionKind- Inheritance
- 
				CursorOptionKind
Fields
| Name | Value | Description | 
|---|---|---|
| Local | 0 | |
| Global | 1 | |
| Scroll | 2 | |
| ForwardOnly | 3 | |
| Insensitive | 4 | |
| Keyset | 5 | |
| Dynamic | 6 | |
| FastForward | 7 | |
| ScrollLocks | 8 | |
| Optimistic | 9 | |
| ReadOnly | 10 | |
| Static | 11 | |
| TypeWarning | 12 |