Table of Contents

Enum SupportedTextSelection

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The types of text selections supported by a text provider.

public enum SupportedTextSelection

Fields

Multiple = 2

Supports multiple, disjoint text selections.

None = 0

Does not support text selections.

Single = 1

Supports a single, continuous text selection.