TsActiveSelEnd enumeration (textstor.h)

Elements of the TsActiveSelEnd enumeration specify which end of a text store selection is active.

Syntax

typedef enum __MIDL___MIDL_itf_textstor_0000_0000_0001 {
  TS_AE_NONE = 0,
  TS_AE_START = 1,
  TS_AE_END = 2
} TsActiveSelEnd;

Constants

 
TS_AE_NONE
Value: 0
The selection has no active end. This is typical for all selections other than the default selection.
TS_AE_START
Value: 1
The active end of the selection is at the start of the range of text.
TS_AE_END
Value: 2
The active end of the selection is at the end of the range of text.

Remarks

The active end of a selection is the end likely to respond to user actions. For example, in many applications, holding down the SHIFT key while using the arrow keys will change the selection. The end of the selection that moves is the active end of the selection.

This enumeration is used in the TS_SELECTIONSTYLE structure.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header textstor.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

TS_SELECTIONSTYLE