Enum SupportedTextSelection
The types of text selections supported by a text provider.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum SupportedTextSelection
Fields
| Name | Description |
|---|---|
| Multiple | Supports multiple, disjoint text selections. |
| None | Does not support text selections. |
| Single | Supports a single, continuous text selection. |