Share via


ScreenReaderService.CurrentScreenReaderPosition Property

Definition

Gets both the rectangle corresponding to the current position of the screen reader focus indicator (such as the Narrator focus highlight box) and whether the screen reader is in continuous reading mode.

public:
 property ScreenReaderPositionChangedEventArgs ^ CurrentScreenReaderPosition { ScreenReaderPositionChangedEventArgs ^ get(); };
ScreenReaderPositionChangedEventArgs CurrentScreenReaderPosition();
public ScreenReaderPositionChangedEventArgs CurrentScreenReaderPosition { get; }
var screenReaderPositionChangedEventArgs = screenReaderService.currentScreenReaderPosition;
Public ReadOnly Property CurrentScreenReaderPosition As ScreenReaderPositionChangedEventArgs

Property Value

An object that provides:

  • The physical screen coordinates of the upper left corner of the screen reader focus indicator, and its height and width, in pixels.
  • A boolean that indicates whether the screen reader is in continuous reading mode.

Remarks

If there is no currently active screen reader, or one cannot be detected, the data returned by this property is not reliable.

Applies to

See also