[]
Defines the callback method used in text search (see FindText(FindTextParams, FindTextCallback)).
public delegate void FindTextCallback(FoundPosition fp)
Public Delegate Sub FindTextCallback(fp As FoundPosition)
| Type | Name | Description |
|---|---|---|
| FoundPosition | fp | The position of the found instance. |