[]
Specifies whether a match is made against the whole of the search text or any part of the search text.
public enum LookAt : byte
Public Enum LookAt As Byte
Name | Description |
---|---|
Begin | Match against the begin of the search text. |
End | Match against the end of the search text. |
Part | Match against any part of the search text. |
Whole | Match against the whole of the search text. |