[]
Defines the callback method used in text search (see FindText(FindTextParams, FindTextCallback)).
public delegate void FindTextCallback(FoundPosition fp)
| Type | Name | Description |
|---|---|---|
| FoundPosition | fp | The position of the found instance. |
| Name | Description |
|---|---|
| FindTextCallback(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(FoundPosition, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(FoundPosition) |