Enum WebHitTestResult.ResultContext
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for context of hit test result.
public enum WebHitTestResult.ResultContext
Fields
| Name | Description |
|---|---|
| Document | Anywhere in the document. |
| Editable | The area which is editable |
| Image | An image element. |
| Link | A hyperlink element. |
| Media | a video or audio element. |
| Selection | The area which is selected. |
| Text | the area which is text |