FindCursorPosition
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Specifies where to position the cursor after a Find match.
csharp
public enum FindCursorPositionFields
End
Position cursor at the end of the match (last character).
Returns: FindCursorPosition
csharp
End = 1Start
Position cursor at the start of the match (first character).
Returns: FindCursorPosition
csharp
Start = 0