Share via


NVFOCUS_DIRECTION (Windows Embedded CE 6.0)

1/6/2010

This enumeration contains values that specify the direction in which to shift the focus inside the rectangle, or the direction in which to exit the rectangle.

Syntax

typedef enum _NvFocusDirection {
  FOCUS_NONE = 0,
  FOCUS_UP = 1,
  FOCUS_DOWN = 2,
  FOCUS_LEFT = 3,
  FOCUS_RIGHT = 4,
} NVFOCUS_DIRECTION;

Constants

  • FOCUS_NONE
    Focus remains unchanged. See Remarks.
  • FOCUS_UP
    Focus moves or exits upward from current location.
  • FOCUS_DOWN
    Focus moves or exits downward from current location.
  • FOCUS_LEFT
    Focus moves or exits to the left of current location.
  • FOCUS_RIGHT
    Focus moves or exits to the right of current location.

Remarks

FOCUS_NONE is a special case that indicates that the browser was unable to specify a direction. This case can occur when the control is first loaded and there are no other selectable areas on the page.

Requirements

Header mshtmhst.h, mshtmhst.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

Internet Explorer TV-Style Navigation Enumerations