Skip to content

FindCursorPosition

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Specifies where to position the cursor after a Find match.

csharp
public enum FindCursorPosition

Fields

End

Position cursor at the end of the match (last character).

Returns: FindCursorPosition

csharp
End = 1

Start

Position cursor at the start of the match (first character).

Returns: FindCursorPosition

csharp
Start = 0

Released under the MIT License.