SupportedTextSelection Enumerated Type

Contains values that specify the supported text selection attribute.

Syntax

typedef enum {
    SupportedTextSelection_Multiple,
    SupportedTextSelection_None,
    SupportedTextSelection_Single
} SupportedTextSelection;

Constants

  • SupportedTextSelection_Multiple
    Supports multiple, disjoint text selections.

  • SupportedTextSelection_None
    Does not support text selections.

  • SupportedTextSelection_Single
    Supports a single, continuous text selection.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows XP

See Also

Text Attribute Identifiers