 | CmcCursorType Enumeration |
Cursor flags enum; determines what type of cursor to create.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxpublic enum CmcCursorType
Public Enumeration CmcCursorType
Members|
| Member name | Value | Description |
|---|
| Category | 0 |
Use a category.
|
| View | 1 |
Use a view.
|
| PilotAb | 2 |
Use the fields as defined for the Palm Pilot Address Book.
|
| PilotMemo | 3 |
Use the fields as defined for the Palm Pilot Memo.
|
| PilotToDo | 5 |
Use the fields as defined for the Palm Pilot To-Do list.
|
| PilotAppt | 6 |
Use the fields as defined for the Palm Pilot Calendar.
|
| OutlookAb | 7 |
Use the fields as defined for the Microsoft Outlook Address book.
|
| OutlookAppt | 8 |
Use the fields as defined for the Microsoft Outlook Calendar.
|
| EmailLog | 9 |
Use the fields as defined for the E-mail Log category.
|
| OutlookTask | 10 |
Use the fields as defined for the Microsoft Outlook Tasks.
|
| Merge | 11 |
Based cursor on the view used when Send Letter command was called.
|
See Also