NVFOCUS_DIRECTION (Windows CE 5.0)

Send Feedback

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.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Mshtmhst.h, Mshtmhst.idl.

See Also

Internet Explorer TV-Style Navigation Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.