Click or drag to resize

cursorPositionResponse Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Result enumeration when asking cursorZone to determine where the cursor is currently

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum cursorPositionResponse
Request Example View Source
Members
  Member nameValueDescription
atBeginning0
somewhereWithin1
atEnd2
See Also